16.09.2012, 18:20
Quote:
Reserved words/keywords are just words already used by MySQL (like "update", "insert", "table", "change", etc...).
In most cases you won't even need to use backticks. |
Got it, thank you. But I've seen many users doing -
pawn Код:
mysql_query( "SELECT `users` SET a=1, ...... ) ;
I've PM'ed you regarding some questions, please check it out.