Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
insert_values.sql
blob: c5b73cf4e6180a3f835647c5656c28d1fffcbe58 [
file
]
INSERT
INTO
t
(
a
,
b
,
c
)
VALUES
(
1
,
'x'
,
NULL
),
(
2
,
'y'
,
TRUE
)