Mysql查询日期为今天的记录

select * from srm_libb where libb_order_date=date_format(now(),'%Y%m%d');

date_format函数参数格式说明:

dateformat(date,dateformat)

日期格式说明:


你可能感兴趣的:(Mysql查询日期为今天的记录)