mysql判断TIMESTAMP时间是否为今天

    xiaoxiao2024-04-12  82

    select count(*) from history_visitor where date_format(visit_time,'%Y-%m-%d')= date_format(now(),'%Y-%m-%d') 相关资源:java中将string类型转换成timestamp类型
    最新回复(0)