psql查询某个表的列名:

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

 

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
猜你喜欢
  • 2021-09-11
  • 2021-10-25
  • 2022-12-23
  • 2021-05-25
  • 2021-06-12
  • 2022-01-14
  • 2022-12-23
相关资源
相似解决方案