• 2022-05-16
mysql怎么查询某天的数据

方法:1、用“date_format”函数,语法“where date_format(date,‘%Y-%m-%d‘)=‘年-月-日‘”;2、用datediff函数,语法“WHERE(datediff......

11