pgsql:获取表的列名

 

psql查询某个表的列名:

select column_name from information_schema.columns where table_name='xx' and table_schema=''public;

 

posted @ 2020-12-17 15:28  _titleInfo  阅读(1482)  评论(0编辑  收藏  举报
//雪花飘落效果