rill
rill copied to clipboard
Postgres SQL syntax styling is misdirecting users in how to omit columns in duckDB SELECT statements.
Describe the bug Postgres SQL syntax styling is misdirecting users in how to omit columns in duckDB SELECT statements.
To Reproduce Steps to reproduce the behavior:
- open a model
- type
SELECT * EXCLUDE - See that
EXCLUDEhas no color styling - delete and type
SELECT * EXCEPT - See that
EXCLUDEhas no color styling
Expected behavior I expect working keyword syntax in duckDB SQL (EXCLUDE, not EXCEPT) to have color styling.
Additional context
