Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
values
/
values_str_2.q
blob: 974c6e1d4cfaa2273f0119791a8abe3ed9a66660 [
file
] [
log
] [
blame
]
SELECT NULLIF
(
id
,
''
)
FROM
(
VALUES
(
'1234'
),(
'3456'
),(
''
))
tbl
(
id
);