declare cursor (1 reply)
(MySQL.com) I am using a procedure, but am unable to declare a cursor. It's like this:
create procedure xyz()
begin
declare dc1 cursor
for
select fname from expo1;
end //
The delimiter is //. I've tried and can't get it to work. Is there help avai