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