google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

Unexpected INTERVAL expression #127

Open leoch20 opened 1 year ago

leoch20 commented 1 year ago

Hello,

I am getting an Unexpected INTERVAL expression error while using the analyzeStatement() method on the following:

select timestamp_col - interval 1 day from `table_name`

How should I approach this query?