PG中文社区 /
mdi-home
首页
社区新闻
中文文档
加入ACE
相关资料
mdi-chevron-down
{{ item.text }}
登录
mdi-home
首页
mdi-chat-processing
社区新闻
mdi-book-open-variant
中文文档
mdi-account-multiple-check
加入ACE
mdi-file-multiple-outline
相关资料
mdi-blank
{{item.text}}
mdi-exit-to-app
退出账号
首页
-->
有问有答
-->
使用技巧
dean
存储过程调用 ...
... 2022-11-06 02:49:55+08...1楼
### 调用存储过程,希望能直接返回2个数据集合 存储过程如下,调用时报错,请问要如何处理? 在SQL Server和ORACLE中,可以直接调用SP。在Postgres中也提到,不需要像使用函数那样的return语句 ```postgresql create or replace procedure querydata4(id1 int,id2 int) language plpgsql as $$ begin select * FROM tb_bx_bdxx a where a.id = id1; select * FROM tb_bx_bdxx a where a.id = id2; end; $$; call querydata4(1,2); ERROR: 错误: 对于结果数据,查询没有目标 HINT: 如果您想要放弃SELECT语句的结果,请使用PERFORM. CONTEXT: 在SQL语句的第4行的PL/pgSQL函数querydata4(integer,integer) SQL state: 42601 ```
我的签名:
您还没有登录,请您登录后再发表回复
加入我们
QQ群1:5276420
QQ群2:3336901
QQ群3:254622631
文档群:150657323
文档翻译平台:
按此访问
社区邮件列表:
按此订阅
商业支持
成都文武信息技术有限公司
杭州乘数科技有限公司
阿里云
华为云
青云(北京优帆科技有限公司)
扫码关注
加入我们
QQ群1:5276420
QQ群2:3336901
QQ群3:254622631
文档群:150657323
文档翻译平台:
按此访问
社区邮件列表:
按此订阅
商业支持
成都文武信息技术有限公司
杭州乘数科技有限公司
阿里云
华为云
青云(北京优帆科技有限公司)
扫码关注
© PostgreSQL中文社区 ... (自2010年起)