blob: c5c7c42711ef587671cb22d17486c0669d5f3828 [file] [log] [blame]
select rank() over(order by row_number() over(order by c1)) from t1;