码迷,mamicode.com
首页 > 数据库 > 详细

Postgresql,常用sql备忘

时间:2014-06-27 20:03:51      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:class   blog   使用   数据   os      

1、查看所有表的名称

Postgresql,greeplum,如果数据库在几千里以外,数据量巨大,网速不好,使用pgadmin客户端,那么你大部分时间都要浪费在等在中。。。

使用pgadmin的query是个不错的选择,但是,怎么才能知道表名呢,这丫真没mysql好用——

SELECT   tablename   FROM   pg_tables where tablename not like ‘gp%‘ and  tablename not like ‘gp%‘ and  tablename not like ‘sql%‘

 

Postgresql,常用sql备忘,布布扣,bubuko.com

Postgresql,常用sql备忘

标签:class   blog   使用   数据   os      

原文地址:http://www.cnblogs.com/ren2012r4/p/3809579.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!