标签: sql postgresql
我有5个存储过程,并且试图将每个存储过程的计数存储到表中。
这些是存储过程
select * from sp_table1(); select * from sp_table2(); select * from sp_table3(); select * from sp_table4(); select * from sp_table5();
是否可以编写存储每个过程计数的存储过程