L
Leo Leong
Hi,
I have thousands of rows, and each of them contains several columns of
data. If I want to delete the duplicated rows, how can I do that?
Example,
Cust ID Name Desc
001 John sg1.
002 Sam sg2.
001 John sg1.
I want to delete the duplicated customer ID of 001? Thanks.
Leo
I have thousands of rows, and each of them contains several columns of
data. If I want to delete the duplicated rows, how can I do that?
Example,
Cust ID Name Desc
001 John sg1.
002 Sam sg2.
001 John sg1.
I want to delete the duplicated customer ID of 001? Thanks.
Leo