Sign in
apache
/
drill-test-framework
/
578b7284bcc8d003b9417ef9ec9e024633a13fe3
/
.
/
framework
/
resources
/
Advanced
/
data-shapes
/
wide-columns
/
5000
/
100000rows
/
parquet
/
q190.q
blob: 65cfe39eb02ebee898163b6c2dc21fae4ee51287 [
file
] [
log
] [
blame
]
select
*
from
widestrings
where
length
(
str_var_null_empty
)
>
4995
order
by
lower
(
str_empty
),
tinyint_var
;