Home  >  Article  >  Backend Development  >  php?sql语句解决方法

php?sql语句解决方法

WBOY
WBOYOriginal
2016-06-13 12:27:08809browse

php?sql语句


我想查出 开始日期(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'

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