Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
select_columns_aliases.sql
blob: 136517fe6101c75108cfa65a58c481d402a0eae3 [
file
]
SELECT
a
,
b
AS
bb
,
t
.
c
,
1
+
2
*
3
AS
expr
,
'x'
||
'y'
AS
cat
FROM
schema1
.
t