Home  >  Article  >  Backend Development  >  php?sql语句

php?sql语句

WBOY
WBOYOriginal
2016-06-23 13:23:13704browse



我想查出 开始日期(event_start_time)或 结束日期(event_end_time)在 2015-11的所有数据
这个 where 语句要怎么写?


回复讨论(解决方案)

.... where data_format(event_start_time, '%Y-%m') = '2015-11' or data_format(event_end_time, '%Y-%m') = '2015-11'

.... where data_format(event_start_time, '%Y-%m') = '2015-11' or data_format(event_end_time, '%Y-%m') = '2015-11'



data_format does not exist
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