Merge pull request #62491 from rschu1ze/docs-date_add

Docs: Update function `date_add`
This commit is contained in:
Robert Schulze 2024-04-10 14:32:11 +00:00 committed by GitHub
commit c8f0fec3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1906,7 +1906,7 @@ Aliases: `dateAdd`, `DATE_ADD`.
**Arguments**
- `unit` — The type of interval to add. [String](../../sql-reference/data-types/string.md).
- `unit` — The type of interval to add. Note: This is not a [String](../../sql-reference/data-types/string.md) and must therefore not be quoted.
Possible values:
- `second`
@ -1961,7 +1961,7 @@ Aliases: `dateSub`, `DATE_SUB`.
**Arguments**
- `unit` — The type of interval to subtract. Note: The unit should be unquoted.
- `unit` — The type of interval to subtract. Note: This is not a [String](../../sql-reference/data-types/string.md) and must therefore not be quoted.
Possible values: