I'm new here and need help (first of all sorry for my english).
I've got a table like:
 P |  A  |  B  |  C 
--------------------
 1 | 222 | 333 | 444
 2 | aaa | bbb | ccc
 3 | 222 | 333 | fff
 4 | 222 | 555 | ggg
I consider row 1 and 3 as duplicated becouse columns A and B are the same in these rows so i would like to remove them. Do you know a query to remove (leave one ofcourse) these duplicates?
Thanks for any help :)
 
     
     
    