SQL 將一個表的數據插入到另外一個表中

語法: sql 1.原來沒有的建立的表spa select * into 表A form 表B where條件 2.原來存在的表 insert into 表A select * from 表B where 條件code 示例:orm USE Student_Course2 IF EXISTS(SELECT * FROM SYSOBJECTS WHERE NAME='XX') DROP TABLE
相關文章
相關標籤/搜索