Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
比程序更好的是 表值函数 (TVF)。
最大的优点是 TVF 返回 Table,因此您可以在其他查询中使用它:
您不想使用过程进行数据选择,而是使用数据转换。
Much better then procedure is Table Valued Function (TVF).
Big advantage is that TVF return Table, therefore you can use it in other queries:
You don't want to use procedures for data selection, but for data transformation.
执行您的程序
EXECUTE YOUR PROCEDURE