Copy a column of data from one table to another in sql
create <New_Table_Name> (Col1,col2,col3,....) as select * from <Old_table_Name) (Col1,col2,col3,....) ;
create <New_Table_Name> (Col1,col2,col3,....) as select * from <Old_table_Name) (Col1,col2,col3,....) ;
Comments
Post a Comment
Please avoid link comments