[wp-hackers] PostgreSQL port status?
Matt Mullenweg
m at mullenweg.com
Tue Oct 2 01:00:19 GMT 2007
usleepless at gmail.com wrote:
> why are there `'s in that query?
>
> what are they good for?
Because if a field name or table name conflicts with a MySQL reserved
keyword the query will fail with a cryptic error messages, so it's good
practice to put the `` quotes around them all.
--
Matt Mullenweg
http://photomatt.net | http://wordpress.org
http://automattic.com | http://akismet.com
More information about the wp-hackers
mailing list