Home >Database >Mysql Tutorial >mysql增加条件判断前几天_MySQL

mysql增加条件判断前几天_MySQL

WBOY
WBOYOriginal
2016-06-01 13:33:12944browse

bitsCN.com


mysql增加条件判断前几天

 

Mysql代码

 

(date_format(`cso`.`ActualShippedDate`,

 

'%Y%m%d hh24:mi:ss') 

 

> date_format(concat((curdate() - interval 1 day),

 

' 12:00:00'),'%Y%m%d %H:%i:%s'))  

 

 

bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn