Daft icon indicating copy to clipboard operation
Daft copied to clipboard

SQL: support `SELECT <expr>;`

Open universalmind303 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe. most sql dialects support selecting expressions without a from

> select 1;
> select 'hello';
> select (1,2,3);

universalmind303 avatar Sep 30 '24 16:09 universalmind303