摘要: 一、常规操作 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)