Jump to content

Why shouldn't I use `?


Garethp

Recommended Posts

I'm not sure what is and is not reserved

There's a table in the documentation and when you do use them as table/column names, your query fails to execute and produces an SQL syntax error (see the mysql_error() function for debugging) where the part of the query that is printed in the error message, starts with the reserved keyword that was found in a context where it does not belong - http://dev.mysql.com/doc/refman/5.1/en/reserved-words.html

Link to comment
https://forums.phpfreaks.com/topic/176930-why-shouldnt-i-use/#findComment-932989
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.