This should work: ```sql SELECT 1 AS open ``` but currently yields following error: ```txt :1:13: SELECT 1 AS open ^ (line 1, column 13): unexpected Identifier Nothing "open" ```
This should work:
but currently yields following error:
:1:13: SELECT 1 AS open ^ (line 1, column 13): unexpected Identifier Nothing "open"