postgresql 创建带参数函数 50
比如select*fromtablenamewhereid=num我想创建一个函数把tablename和num作为可变参数selecttest(table1,10)这样用...
比如
select * from tablename where id=num
我想创建一个函数把tablename和num作为可变参数
select test(table1,10)这样用
create or replace function test() returns void as $$ 下面需要怎么写,谢谢 展开
select * from tablename where id=num
我想创建一个函数把tablename和num作为可变参数
select test(table1,10)这样用
create or replace function test() returns void as $$ 下面需要怎么写,谢谢 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询