时间:2021-07-01 10:21:17 帮助过:19人阅读
[Err] 1582 - Incorrect parameter count in the call to native function ‘datediff‘
搜索了是MySQL->DATEDIFF只计算到天的单位。
正确写法:
select 1 from record_visitor where visitor_ip=‘‘ and TIMESTAMPDIFF(MINUTE,visitor_time,now())<=30 limit 1
MySQL时间函数-获取当前时间-时间差
标签:visitor 时间差 时间 font function mit 写法 limit mysql