Merge pull request #45005 from DanRoscigno/date-subtraction-docs

clarify date sub docs
This commit is contained in:
Dan Roscigno 2023-01-07 17:28:08 -05:00 committed by GitHub
commit 758c98e832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -806,7 +806,8 @@ Aliases: `dateSub`, `DATE_SUB`.
**Arguments**
- `unit` — The type of interval to subtract. [String](../../sql-reference/data-types/string.md).
- `unit` — The type of interval to subtract. Note: The unit should be unquoted.
Possible values:
- `second`