At 2:15 PM -0700 4/11/08, Joshua D. Drake wrote:
Hello,

Can MySQL functions/stored procedures access database data?

Yes, with some limitations.  You will want to read this
section to see whether what you want to do is restricted:

http://dev.mysql.com/doc/refman/5.0/en/routine-restrictions.html

For example, in a stored function, you cannot modify a table
if the table is referenced by the statement that invokes the
function.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

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

Reply via email to