mutiple insert statement (no replies)
(MySQL.com) Hi, I'm trying to do few insert statement from different table into one table in one procedure. Here is the example
Insert into table_0
Select * from table_1;
Insert into table_0
Select * from table_2;
Insert into table_0
Select * from