postgres linux系统下连接方法
摘要:
psql -U 用户名 -h ip -p 端口号 -w 库名称 查询实例下的数据结构 语法:select 字段名 from 实例名“.”表名(account.tb_user) 如: select 1 from account.tb_user 阅读全文
posted @ 2018-06-30 18:01 零度千里 阅读(989) 评论(0) 推荐(0) 编辑
posted @ 2018-06-30 18:01 零度千里 阅读(989) 评论(0) 推荐(0) 编辑
posted @ 2018-06-30 17:19 零度千里 阅读(2095) 评论(0) 推荐(0) 编辑