Postgresql,常用sql备忘

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备忘

上一篇:hive 采用JDBC编码方式获取外部分区表数据


下一篇:Sql Server服务远程过程调用失败解决