Rafi Cohen <[EMAIL PROTECTED]> wrote:
1. When I prepare a select statement for later execution, may I
use a question mark instead of a table and later "bind" different
table names

No. You can only use a parameter where an expression would be valid.

2. In "order by" clause may I use a column which is part of the table
but nor part of the result?

Yes. In fact, you can use any expression, not just a column name.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to