join query in mysql cursor
Posted
by parag
on Stack Overflow
See other posts from Stack Overflow
or by parag
Published on 2010-05-29T08:58:40Z
Indexed on
2010/05/29
9:02 UTC
Read the original article
Hit count: 349
As the title describes all we can declare cursor like this
DECLARE cur1 CURSOR FOR SELECT id,data FROM test.t1;
Can we use join query instead off simple query?
© Stack Overflow or respective owner