Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
quoted_identifiers.sql
blob: 015798d56993ead00ba732d5134e8f1c9eb362e1 [
file
]
SELECT
"Odd Name"
,
"with ""quote"""
AS
"Alias"
,
t
.
"col"
FROM
"Tbl"
AS
"t"