to_monday

Description

Syntax

DATE to_monday(DATETIME date)

将日期或带时间的日期向下舍入到最近的星期一。作为一种特殊情况,日期参数 1970-01-01、1970-01-02、1970-01-03 和 1970-01-04 返回日期 1970-01-01

example

  1. MySQL [(none)]> select to_monday('2022-09-10');
  2. +----------------------------------+
  3. | to_monday('2022-09-10 00:00:00') |
  4. +----------------------------------+
  5. | 2022-09-05 |
  6. +----------------------------------+

keywords

  1. MONDAY