开发者

Is there an SQL Server equivalent to Oracle's RETURNING statement?

开发者 https://www.devze.com 2022-12-30 20:41 出处:网络
Is there an SQL Server equivalent to Oracle\'s RETURNING statement? I\'m wondering if开发者_StackOverflow中文版 the OUTPUT clause would help.Yes, the OUTPUT clause is exactly what you need.

Is there an SQL Server equivalent to Oracle's RETURNING statement?

I'm wondering if开发者_StackOverflow中文版 the OUTPUT clause would help.


Yes, the OUTPUT clause is exactly what you need.

In SQL Server 2008 you can even chain the output clauses.

0

精彩评论

暂无评论...
验证码 换一张
取 消