From: Dan Nelson Date: September 10 2004 2:20am Subject: Re: List of MySQL Keywords List-Archive: http://lists.mysql.com/mysql/172372 Message-Id: <20040910022022.GF5008@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 dnelson@stripped