codrgi Posted April 23, 2009 Share Posted April 23, 2009 each time i use a stored procedure to insert at least 2 or more rows in a table, it only inserts the last row it finds, no matter how many stuff it finds, im using a "select @col = col from table" query and it returns more than 2 rows,how do i solve this so that it inserts all the rows it finds? Link to comment https://forums.phpfreaks.com/topic/155284-solved-inserting-more-than-2-rows-in-a-table/ Share on other sites More sharing options...
codrgi Posted April 23, 2009 Author Share Posted April 23, 2009 solved it Link to comment https://forums.phpfreaks.com/topic/155284-solved-inserting-more-than-2-rows-in-a-table/#findComment-816983 Share on other sites More sharing options...
fenway Posted April 23, 2009 Share Posted April 23, 2009 That's nice... how about sharing your solution? Link to comment https://forums.phpfreaks.com/topic/155284-solved-inserting-more-than-2-rows-in-a-table/#findComment-817283 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.