postgresql 查詢某一個表中的全部字段

postgresql 查詢某一個表中的全部字段,也就是查詢全部的列名sql

select * from information_schema.columns
where table_schema='public' and table_name='表名稱 ';
相關文章
相關標籤/搜索