ClickHouse/docs/en
Paweł Kudzia 210efe1621
documenting alternative syntax that's supported for DATE_ADD, DATE_SUB
this is related to issue https://github.com/ClickHouse/ClickHouse/issues/25815 

i'm adding examples for:
date_add(date, INTERVAL value unit) and date_sub(date, INTERVAL value unit) 

both are covered with a test from e3c09e9703/tests/queries/0_stateless/02160_special_functions.sql (L33) ; i think it's worth documenting them as the syntax is familiar to MySQL users [ https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_date-add ]
2024-04-15 08:50:01 +02:00
..
development Fix a false statement 2024-04-12 14:32:59 +02:00
engines Remove mentions of clean_deleted_rows from the documentation 2024-04-11 19:56:30 +02:00
getting-started fix flaky result 2024-04-09 18:01:12 +02:00
interfaces docs: predefined query handler example fix 2024-04-07 21:07:36 +03:00
operations Merge pull request #62381 from ClickHouse/fix-trash-docs 2024-04-12 13:24:24 +02:00
sql-reference documenting alternative syntax that's supported for DATE_ADD, DATE_SUB 2024-04-15 08:50:01 +02:00