随笔分类 - SQL Server
摘要:--sp_helptext v_viewnamesp_helptext port_dept--效果
阅读全文
摘要:insert into userinfo(UserName,UserPass,RegTime,email)values('a','b',GETDATE(),'123@qq.com');select @@IDENTITY;select * from student;select fid,ISNULL(...
阅读全文
摘要:假设要插入数据的数据表结构如下id为自增列,insert into UserInfo (username,userpass,email,RegTime) output inserted.ID values('AAAAA','AAAAA','AAAAA',getdate());insert into ...
阅读全文

浙公网安备 33010602011771号