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

PostgreSQL (简称gp)小集

时间:2017-05-15 19:50:11      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:sqlite   res   pos   postgre   mon   server   java   post   navicat   

1. SQLyog & Navicat

  SQLyog可以管理 MySQL

    Navicat 可以管理 SQL Server,MySQL,PostgreSQL,SQLite

2. 日期及加减

now()::timestamp + ‘-6 month‘    -- 加
now()::timestamp + ‘6 month‘     -- 减
now()::timestamp + ‘-6 year‘
now()::timestamp + ‘6 day‘
now()::timestamp + ‘1 hour‘
now()::timestamp + ‘1 min‘
now()::timestamp + ‘1 sec‘
current_date
current_timestamp

3. 

PostgreSQL (简称gp)小集

标签:sqlite   res   pos   postgre   mon   server   java   post   navicat   

原文地址:http://www.cnblogs.com/skyEva/p/6857672.html

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