I have 2 Rows on a Table
Device_ID Other_ID
======== ========
633 1
232 2
242 2
I need the following results:
Device_ID Other_ID
======== ========
633 1
232 2
How can this be done in SQL?
Thanks!
1 Answer