Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
text_storage
/
testcases
/
DRILL_7034_window function.sql
blob: d02e6a4dfe92cb3017785b5894c2ae0f14636da1 [
file
] [
log
] [
blame
]
select
max
(
id
)
over
(
order
by
id
)
from
`/
drill
/
testdata
/
text_storage
/
v3_text_reader
/
region_malformed
.
csvh
`;