我想做点什么
insert into my table (select * from anothertable where id < 5)
Run Code Online (Sandbox Code Playgroud)
什么是正确的MSSQL语法?
谢谢!
这是你在找什么?
INSERT INTO MyTable
SELECT * FROM AnotherTable
WHERE AnotherTable.ID < 5
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3380 次 |
| 最近记录: |