I guess rule 1 is not correct
as
sel COL1,dt,col3,col4 from vt_test
group by 1,3,4,2
having count(*) > 1; gives null rows.
-> all rows are first occurance...
So try to explain it in different words...
↧