Hi,
I an a newbie in MYSQL and I have to write a stored prcedure. Below is my code. It is not working and am getting an error 1064 in the all these lines.
Would appreciate ur help.
CREATE PROCEDURE add_purchases (
IN P_buyer_id INT,
IN P_item_id INT,
IN...