Wednesday, October 7, 2009

Insert rows/records from one table to another table

Below is the query to insert data from one table to another one.

insert into tbl_logo_Info_event (ImageURL_link,ImageURL_Show, Image_Name,Image_Title, Image_Profile) select ImageURL_link,ImageURL_Show,Image_Name,Image_Title,Image_Profile from tbl_logo_Info where ImageID='16'

No comments:

Post a Comment