In the last episode (Sep 09), Tim Johnson said: > Hello All: > I would like to make up a complete (if possible) > list of MySQL query keywords. I would appreciate pointers to > documentation that might hold such a list, without too much > extraneous or extra text. > > In my current documentation, the Manual Function Index is a good > source, but if I could find something with less "extra" text, that > would be great.
Take a look at sql/lex.h in the source. There are two arays: symbols[] and sql_functions[]. -- Dan Nelson [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]