in reply to Dynamic SQL
since I can't use placeholders ... since the query won't be cached
Why not? The example you showed would allow both these things.
I am worried about ... performance
Instead of worrying, implement and measure. Or at least be more specific, e.g. how many of these queries per hour?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Dynamic SQL
by Anonymous Monk on Apr 06, 2015 at 15:37 UTC | |
by roboticus (Chancellor) on Apr 06, 2015 at 20:48 UTC | |
by LanX (Saint) on Apr 06, 2015 at 15:46 UTC |