会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Robots2
博客园
首页
新随笔
联系
管理
订阅
2025年7月1日
PostgreSQL常用命令
摘要: 一、常规操作 1、连接数据库 psql -h 127.0.0.1 -p 5432 -U bi_data_admin -d teable -W 2、查询数据内容 select * from "teable"."bseufx"."ai_test" limit 10; 3、查询表结构 select * f
阅读全文
posted @ 2025-07-01 15:50 Robots2
阅读(13)
评论(0)
推荐(0)
公告