01-13-2008, 06:22 PM
|
#10 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Offtopic
There are over 200 reserved words in MySQL (the link points to MySQL 6.0) which you'll want to avoid using as table names, column names, etc. Thankfully if you stick to the convention of using descriptive names then generally you won't hit too many problems. If in doubt, always `quote` the words.
|
|
|
|