On 12/10/07, Robert Wishlaw <[EMAIL PROTECTED]> wrote:

> IBM DB2 9.5
>
> select a AS "foo" from t1 union select b from t1 order by foo
> SQL0206N  "FOO" is not valid in the context where it is used.  SQLSTATE=42703

The problem here is with the inconsistent quoting. PostgreSQL uses the
opposite case folding as everyone else, hence the behavior difference.

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

Reply via email to