Insert all values of a table into another table in SQL

后端 未结 9 1011
礼貌的吻别
礼貌的吻别 2020-11-29 16:56

I am trying to insert all values of one table into another. But the insert statement accepts values, but i would like it to accept a select * from the initial_Table. Is this

9条回答
提交回复
热议问题