Sign in
apache
/
drill-test-framework
/
b5ed55188c294aa172ccc7d30e7981884fedc8f0
/
.
/
framework
/
resources
/
Functional
/
case_expr
/
cs_expr_oby3.q
blob: 166778514c239052edf0db0288245f00ec5c422d [
file
]
SELECT
(
CASE WHEN
true
THEN col_int ELSE col_chr
end
)
FROM typeall_l ORDER BY
(
CASE WHEN
false
THEN
0
ELSE col_int
end
)
limit
10
;