akburner

Results 1 comments of akburner

Additionally, `UNNEST WITH OFFSET` fails to parse: Example: ``` sql = f""" SELECT A, B, metrics.C, metrics.D FROM table, UNNEST(metrics) with offset as metrics """ p = Parser(sql) p.tables ```...