pg提取序列号 博客分类: postgresql
程序员文章站
2024-02-25 08:50:34
...
select table_catalog , table_schema , table_name , column_name , column_default , regexp_matches(column_default , '^nextval[\(]([^\)]+)::regclass[\)]$') from information_schema.columns where column_default like 'nextval%'
mark
推荐阅读
-
postgres常用查询集锦 博客分类: postgresql
-
postgresql 查看tablespace命中率 博客分类: postgresql
-
postgresql 中常用小语法 博客分类: postgresql
-
pg提取序列号 博客分类: postgresql
-
postgresql源码安装 博客分类: postgresql
-
postgres窗口函数实例(取出每日中前N条数据) 博客分类: postgresql
-
postgresql 查看tablespace命中率 博客分类: postgresql
-
postgres常用查询集锦 博客分类: postgresql
-
postgres窗口函数实例(取出每日中前N条数据) 博客分类: postgresql
-
postgresql 外部文件表 博客分类: postgresql