PostgreSQL 导出导入表中指定查询数据

创建一临时表:

create table test_view as select * from test where date(to_timestamp(endtime))>='2012-09-02';

 

参考

posted on 2017-08-24 14:48  斜月三星一太阳  阅读(521)  评论(0编辑  收藏  举报