select * from information_schema.columns
where table_schema=‘public’ and table_name='表名称 ';
postgresql 查询某一个表中的所有字段
最新推荐文章于 2025-06-18 15:46:25 发布
select * from information_schema.columns
where table_schema=‘public’ and table_name='表名称 ';