Obtaining a List of Available MySQL Functions

2005-03-13 Thread James Kiser
Does anyone know an easy way to get a list of all MySQL Functions that
can be used within queries?

I've looked at the docs and tried all the obvious stuff (show func...etc).

Thanks,
James

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



Re: Obtaining a List of Available MySQL Functions

2005-03-13 Thread Dan Nelson
In the last episode (Mar 13), James Kiser said:
 Does anyone know an easy way to get a list of all MySQL Functions that
 can be used within queries?
 
 I've looked at the docs and tried all the obvious stuff (show func...etc).

?  The documentation has a whole chapter on it.

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

-- 
Dan Nelson
[EMAIL PROTECTED]

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