首页 > 数据库技术 > 详细

PostgreSQL (简称gp)小集

时间:2017-05-15 18:55:52      阅读:294      评论:0      收藏:0      [点我收藏+]

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)小集

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!