摘要:
下面是结果集:数据类型输出time12:35:29.1234567date2007-05-08smalldatetime2007-05-08 12:35:00datetime2007-05-08 12:35:29.123datetime22007-05-08 12:35:29.1234567date... 阅读全文
摘要:
SELECT @@IDENTITY;/*针对当前会话,所有作用域Returns the value 100. This was inserted by the trigger.*/SELECT SCOPE_IDENTITY();/* 针对当前会话,当前作用域Returns the value 1. ... 阅读全文