postgresql as用法
- 作者: aoplge
- 来源: 51数据库
- 2020-09-30
用raise notice函数来打印变量的值。示例SQL: create or replace function ads.showText(p_text character varying)returns voidas $$begin raise notice 'Parameter is: %', p_text;end;调用SQL: select ads.showText('Hello World');
是否可以具体点?
是否可以具体点?
推荐阅读
