Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
views
/
data
/
textbug_DRILL-1148.q
blob: 16b9462dcb7053c9177a8aa18aaaff4bee89a3f2 [
file
] [
log
] [
blame
]
select
cast
(
columns
[
0
]
as
int
)
from
`dfs/text/rankings`
where
cast
(
columns
[
0
]
as
int
)
>
5
and
cast
(
columns
[
2
]
as
integer
)
>
5
;