pg提取序列号 博客分类: postgresql
程序员文章站
2024-02-25 08:53:16
...
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
上一篇: geoserver部署or发布 博客分类: GIS geoservergis
下一篇: geoserver将layer打包为shp文件 博客分类: GIS geoserverexportshapefile
推荐阅读
-
postgres常用查询集锦 博客分类: postgresql
-
postgresql 查看tablespace命中率 博客分类: postgresql
-
postgresql自动增备pitr脚本 博客分类: postgresql
-
postgresql 中常用小语法 博客分类: postgresql
-
pg提取序列号 博客分类: postgresql
-
postgres模拟merge 博客分类: postgresql posgresqlmergepg
-
pg提取序列号 博客分类: postgresql
-
postgresql源码安装 博客分类: postgresql
-
postgres窗口函数实例(取出每日中前N条数据) 博客分类: postgresql
-
postgresql 查看tablespace命中率 博客分类: postgresql