Sign in
◑
Theme
apache
/
datafusion-sqlparser-rs
/
refs/heads/postgres-root-operators-display-space
/
.
/
fuzz
/
fuzz_seeds
/
where_predicates.sql
blob: ce2c7f45d34774fd1cea05e96b826bae2c2c362c [
file
]
SELECT
a
FROM
t
WHERE
a
>
1
AND
b
<
10
OR
NOT
c
=
'x'
AND
d
IS
NOT
NULL
AND
e
BETWEEN
1
AND
5
AND
f
IN
(
1
,
2
,
3
)
AND
g
LIKE
'ab%'
AND
h
NOT
LIKE
'%z'