1. 程式人生 > >SQL 把一個數據庫裡面的某張表裡的資料插入到另外一個數據庫裡面的一張表

SQL 把一個數據庫裡面的某張表裡的資料插入到另外一個數據庫裡面的一張表

insert into 需要插入的表名 select * from 資料庫.dbo.表名 where 插入條件='2016-06-02 00:00:00.000'

 

insert into inventory_hr select * from CS12.dbo.inventory_hr where storage_date='2016-06-02 00:00:00.000'