postgresql怎么查看所有用户

 我来答
璩雨杭
2017-04-30 · 超过306用户采纳过TA的回答
知道小有建树答主
回答量:358
采纳率:0%
帮助的人:328万
展开全部
用sql获取数据库中所有的表名的方法:
1、oracle下:select table_name from all_tables;
2、MySQL下:select table_name from information_schema.tables where table_schema='csdb' and table_type='base table';
3、sql server下:select name from sys.tables go
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
time倾听下
2018-03-27
知道答主
回答量:13
采纳率:0%
帮助的人:2.9万
展开全部
select distinct schemaname from pg_tables
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
浪漫烟花爆竹
2018-01-30
知道答主
回答量:1
采纳率:0%
帮助的人:905
引用璩雨杭的回答:
用sql获取数据库中所有的表名的方法:
1、oracle下:select table_name from all_tables;
2、MySQL下:select table_name from information_schema.tables where table_schema='csdb' and table_type='base table';
3、sql server下:select name from sys.tables go
展开全部
这是有病啊,问的是查看用户,最佳答案是查看表?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式