Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
clickhouse_array.sql
blob: dd62a1ba5d6ef196231542e6ec01045b12fb9877 [
file
]
SELECT
[
1
,
2
,
3
]
AS
arr
,
arr
[
1
]
AS
first
FROM
t