We Provide Latest Interview Questions for all type's companies,which repeatedly asked by interviews,Like
Java,Php,SQL,.net,Jquery,hibernate,Javascript,J2EE,J2ME,
networking.
Monday, October 8, 2012
Copy data from one table to another using sql query
INSERT INTO TABLE2 (COL1, COL2, COL3) SELECT COL1, COL4, COL7 FROM TABLE1
No comments:
Post a Comment