Try this query it should be helpful
Code:SELECT * FROM STORES WHERE ROWID IN ( SELECT MAX(ROWID) OVER(PARTITION BY STORE, CATEGORY) FROM STORES )
|
Results 1 to 7 of 7
Thread: Query that returns grouped dataThreaded View
|
Click Here to Expand Forum to Full Width |