Ugh?
How do I group without grouping ? ?Code:SQL> select mod(rownum,4), count(*) 2 from all_objects 3 group by mod(rownum,4) 4 / MOD(ROWNUM,4) COUNT(*) ------------- ---------- 0 2134 1 2135 2 2135 3 2135![]()
|
Results 1 to 7 of 7
Thread: Grouping data into bucketsThreaded View
|
Click Here to Expand Forum to Full Width |