mysql中去除的日期如何去掉时分秒

select * from c_info_curriculum where DATE_FORMAT(create_time,'%Y-%m-%d')= DATE_FORMAT(curdate(),'%Y-%m-%d');
mysql中去除的日期如何去掉时分秒
select * from c_info_curriculum

where

DATE_FORMAT(create_time,'%Y-%m-%d')=

DATE_FORMAT(curdate(),'%Y-%m-%d');2017-07-24
mengvlog 阅读 39 次 更新于 2025-10-31 07:50:22 我来答关注问题0
檬味博客在线解答立即免费咨询

mySQL相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部