List of MySQL Keywords

2004-09-09 Thread Tim Johnson
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.

TIA
tim
-- 
Tim Johnson [EMAIL PROTECTED]
  http://www.alaska-internet-solutions.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: List of MySQL Keywords

2004-09-09 Thread Dan Nelson
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]



Re: List of MySQL Keywords

2004-09-09 Thread Rhino

- Original Message - 
From: Tim Johnson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 9:36 PM
Subject: List of MySQL Keywords


 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.
 
How about the table on this page? 

http://dev.mysql.com/doc/mysql/en/Reserved_words.html

Rhino

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]