![]() |
|
|
+ Search |
![]()
|
Jan 26th, 2000 00:36
Nathan Wallace, Sasha Pachev
To get a full listing of MySQL reserved words, download the source and look at sql/lex.h If the reserved word is just a function name, you can have it as a column name, but not a table name. If the reserved word is a part of SQL, you are in big trouble -- you cannot have it anywhere in any name.