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 122 点赞 1 评论 184 浏览