Home >Database >Mysql Tutorial >MySQL 查询不含周末的五天前的日期_MySQL

MySQL 查询不含周末的五天前的日期_MySQL

WBOY
WBOYOriginal
2016-06-01 13:56:57870browse

      提示:我需要查询从现在算起五天前的日期。按照商业习惯,这五天应该不包含星期六和星期天。


我需要查询从现在算起五天前的日期。按照商业习惯,这五天应该不包含星期六和星期天。

  专家回答:

  对于许多跟商业日期有关的情况,最好的解决方案是使用日历表格。例如,使用办公时间(2001年5月22日)查询两个日期之间的时间差。

  我们知道在这个例子中,假日不会计算在内。很难明白为什么假日不被计算在内,但是周末却会被计算在内。但是既然假日不被计算在内,我们就可以应用一个公式。要开发这个公式,让我们首先探讨一下所有的可能性。

 

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