Hannu Krosing <hannu@2ndQuadrant.com> 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