当前位置:Gxlcms > 数据库问题 > SQL 零碎点

SQL 零碎点

时间:2021-07-01 10:21:17 帮助过:5人阅读

1,插入数据后,返回主键ID值:

INSERT INTO tablename (name) VALUES (@name);SELECT @@Identity;

使用 SELECT @@Identity; ADO.NET操作的时候用 SQLCommand.ExecuteScalar()

SQL 零碎点

标签:.exe   ide   val   com   插入数据   cut   插入   sele   返回   

人气教程排行