mysql时间问题mysql数据库中有2012-08-07 13:00:00 现在我想得到2012-08-07 12:00:00怎么做,能减1吗[解决办法]eg: select date_sub(now(), interval 1 hour); now()为当前时间 -1