in reply to Re: Safety of concatenating query string
in thread Safety of concatenating query string

I wonder what database would allow "... ORDER BY ?", especially since different values for the order by clause would lead to (quite likely wildly) different execution plans.

Jenda
Enoch was right!
Enjoy the last years of Rome.

  • Comment on Re^2: Safety of concatenating query string

Replies are listed 'Best First'.
Re^3: Safety of concatenating query string
by {}think (Sexton) on Jun 27, 2011 at 15:36 UTC
    Oracle allows it. Right or wrong, it works.
    {}think; #Think outside of the brackets