databendlabs / databend

๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.71k stars 732 forks source link

feat(query): DATE_ADD Functions to support week as a unit #16530

Open TracyZYJ opened 13 hours ago

TracyZYJ commented 13 hours ago

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

date_add support week as unit.

SELECT DATE_ADD('week', 1, TODAY())=DATE_ADD('day', 7, TODAY())

Type of change


This change isโ€‚Reviewable

TCeason commented 10 hours ago

LGTM. Please review this pr @b41sh