For cur_var in (Select * from xyz where ..) loop
like in oracle cursors
For cur_var in (Select * from xyz where ..) loop
insert into pqr values (cur_var.col1,cur_var.col2)
end loop
how to implement this in mysql?
Subject
Views
Written By
Posted
20039
May 15, 2008 04:26AM
For cur_var in (Select * from xyz where ..) loop
6535
July 03, 2008 05:52AM
10857
October 07, 2008 08:24AM
7503
October 27, 2008 02:02PM
5378
May 01, 2009 11:26PM
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.