hello, I have a question if we have a table that has duplicates how can we eliminate the duplicate that has fewer data.
| ABC | 1 | [Null] | [Null] | 6 | 2 |
| ABB | 4 | 6 | 7 | 1 | 3 |
| ABC | 1 | 2 | [Null] | 6 | [Null] |
| ABC | 1 | 2 | 8 | 6 | 2 |
the criteria of eliminating duplicates using the unique tool are it by what is first is kept?