见贤思小齐,知足常乐呵

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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. 

posted on 2017-05-15 18:15  Suckseedeva  阅读(791)  评论(0编辑  收藏  举报