标签:系统 实例 用户 AC 实例名 count 字段 postgres linux系统
psql -U 用户名 -h ip -p 端口号 -w 库名称
查询实例下的数据结构
语法:select 字段名 from 实例名“.”表名(account.tb_user)
如: select 1 from account.tb_user
标签:系统 实例 用户 AC 实例名 count 字段 postgres linux系统
原文地址:https://www.cnblogs.com/lingduqianli/p/9248252.html