我可以在查看存储过程后返回自定义结果吗?结果?
我想返回自定义值作为行的值,以防万一通过执行存储过程未获取任何行 - 有没有办法做到这一点?
I want to return custom values as the values of the rows in case when no rows are fetched by executing the stored procedure - is there a way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果行是从过程(而不是选择)返回的,则执行到临时表中,然后进行相同的练习。像这样:
If the rows are returned from a procedure, as opposed to a select, execute into a temporary table, then the same excercise. Like this: