The Little Guy Posted August 2, 2008 Share Posted August 2, 2008 Why can't I make Functions and Stored Procedures? This website says you can: http://www.goondocks.com/blog/08-01-22/zip_code_radius_search_using_mysql.aspx When I try and create a function I get this error: SQL query: DELIMITER; MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1 Link to comment https://forums.phpfreaks.com/topic/117864-functions-and-stored-procedures/ Share on other sites More sharing options...
Barand Posted August 2, 2008 Share Posted August 2, 2008 Are you trying to define a stored procedure by executing a mysql query? Link to comment https://forums.phpfreaks.com/topic/117864-functions-and-stored-procedures/#findComment-606264 Share on other sites More sharing options...
The Little Guy Posted August 3, 2008 Author Share Posted August 3, 2008 I think I got it, I downloaded mysql administrator. phpmyadmin i hear doesn't support it... Link to comment https://forums.phpfreaks.com/topic/117864-functions-and-stored-procedures/#findComment-606476 Share on other sites More sharing options...
Barand Posted August 3, 2008 Share Posted August 3, 2008 I use its sister program, Query Browser, for running scripts Link to comment https://forums.phpfreaks.com/topic/117864-functions-and-stored-procedures/#findComment-606585 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.