Hannu Krosing <[email protected]> wrote: > [suggested syntax]
Interesting. The only one that really offends me is: > SELECT * FROM `tablename` WHERE "`idcolumn`" = idvalue; I think that should be: SELECT * FROM `tablename` WHERE `"idcolumn"` = idvalue; i.e., I think the backticks belong on the outside. -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
