Postgresql
Postgresql
Postgresql
使用
查询sql跟mysql一样
-- 查库
SELECT datname FROM pg_database;
-- 查表
SELECT * FROM pg_tables WHERE schemaname = 'public';
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 December 25, 2024: 菜单更新 (a57fa7d)