[SQL ] 语法的设计

楼主: wind681201 (阿风~~)   2018-02-03 19:33:51
数据库名称:MSSQL
数据库版本:SQL 2008以上
内容/问题描述:其实只是一个语法的描述而已,就是
Insert into table (A,B,C) values (@A,@B,@C)

Update table set [email protected], [email protected], [email protected] where pk=pk
为什么insert 语法不设计成update这样,可以用字段的对应,感觉字段一多
就很麻烦,有人知道为什么吗?
觉得应该如下比较好
insert into table set [email protected], [email protected], [email protected]
作者: LinNine (0-9)   2018-02-06 19:30:00
猜测是塞多笔资料的时候比较方便insert into tbl (A,B,C) values (a1,b1,c1),(a2,b2,c2), ...

Links booklink

Contact Us: admin [ a t ] ucptt.com