Select * From tab where createdtime >='".$kstime."' and createdtime 搜索出来的结果为什么不包括当天的呢?当createdtime >='2012-6-7' and createdtime
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
Select * From tab where date_format(createdtime,'%Y-%m-%d') BETWEEN '2012-06-28' and '2012-06-30'
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