psql -U 用户名 -h ip  -p 端口号 -w 库名称

查询实例下的数据结构 

语法:select 字段名  from  实例名“.”表名(account.tb_user)

如:  select 1  from account.tb_user

相关文章:

  • 2021-10-19
  • 2021-12-19
  • 2021-11-19
  • 2021-07-11
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2021-12-25
  • 2021-12-26
  • 2022-02-06
  • 2021-08-30
相关资源
相似解决方案