Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
window_functions
/
aggregates
/
woPrtnBy_43.q
blob: 5be61ac37f3cbd0284ae452707331aabe9f1ee28 [
file
] [
log
] [
blame
]
SELECT DENSE_RANK
()
OVER
(
ORDER
by
col_int
)
dense_rnk FROM
`smlTbl.parquet`
;