Mysql 怎么判断时间的?比如select * from test a where a.date > 现在时间我要查询比现在时间大的数据[解决办法]
select * from test a where a.date > current_timestamp();[解决办法]getdate()[解决办法]
now() sysdate() curdate()