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'
Remove all XML tags from a string
11 years ago
No comments:
Post a Comment