PostgreSQL (简称gp)小集
Posted 见贤思小齐,知足常乐呵
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL (简称gp)小集相关的知识,希望对你有一定的参考价值。
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)小集的主要内容,如果未能解决你的问题,请参考以下文章