faqts : Computers : Databases : MySQL : Language and Syntax : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 15 people (67%) answered Yes
Recently 4 of 8 people (50%) answered Yes

Entry

How can I get a listing of all the MySQL reserved words?

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.