软件下载吧文章资讯

分类分类

PostgreSQL function返回多行的操作

2024-03-08 08:50作者:下载吧

1. 建表

postgres=# create table tb1(id integer,name character varying);
CREATE TABLE
postgres=#
postgres=# insert into tb1 select generate_series(1,5),’aa’;
INSERT 0 5

展开全部

相关文章

说两句网友评论
    我要跟贴
    取消