phpmyadmin error
Posted by: Kamil Chmielewski
Date: August 22, 2007 11:40PM

Hey guys,

when I copy and paste this code into the phpmyadmin for MySQL 5.0, I get the following:

Error

SQL query:

DELIMITER $$
DROP PROCEDURE IF EXISTS `cameesa_local`.`addSalesFromFullyFundedDesign` $$
CREATE PROCEDURE `addSalesFromFullyFundedDesign` ( )
BEGIN
END $$
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 $$

DROP PROCEDURE IF EXISTS `cameesa_local`.`addSalesFromFullyFunde' at line 1


I've messed around with the delimiter but no dice. Any advice will help. thanks. How can i re-write this so it works?

Options: ReplyQuote


Subject
Written By
Posted
phpmyadmin error
August 22, 2007 11:40PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.