跳到主要内容

TO_MONDAY

Round down a date or date with time (timestamp/datetime) to the nearest Monday. Returns the date.

Syntax

TO_MONDAY(<expr>)

Arguments

ArgumentsDescription
<expr>date/timestamp

Return Type

DATE, returns date in “YYYY-MM-DD” format.

Examples

SELECT
to_monday('2023-11-12 09:38:18.165575');

┌─────────────────────────────────────────┐
│ to_monday('2023-11-12 09:38:18.165575')
├─────────────────────────────────────────┤
2023-11-06
└─────────────────────────────────────────┘
开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册