当前位置:Gxlcms > 数据库问题 > PostgreSQL (简称gp)小集

PostgreSQL (简称gp)小集

时间:2021-07-01 10:21:17 帮助过:26人阅读

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   

人气教程排行