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" ```