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.