PostgreSQL数据字典查询[持续更新] 查询表名和列名:select * from information_schema.columns where table_schema='smartsys' and table_name like 'obj_%' order by table_name, column_name; PostgreSQL 2023-12-05 156 点赞 2 评论 236 浏览