Open
Description
Prettry format is err:
:) select date_add('year', 1, now()); --BUG
SELECT DATE_ADD(YEAR, INTERVAL 1, now())
SELECT DATE_ADD(YEAR, INTERVAL 1, now())
error: APIError: ResponseError with 1005: error:
--> SQL:1:32
|
1 | SELECT DATE_ADD(YEAR, INTERVAL 1, now())
| ------ --------- ^ unexpected `1`, expecting `)` or `,`
| | | |
| | | while parsing `(<expr> [, ...])`
| | while parsing expression
| while parsing `SELECT ...`
Originally posted by @TCeason in #16711 (comment)
Metadata
Metadata
Assignees
Labels
No labels