fukamachi/sxql

Support `AS` for `SELECT`

m2ym opened this issue · 1 comments

m2ym commented

Use case:

select (select 1 from foobar) as value from foobar;
m2ym commented

Thanks!