Hi All!
I have a table with tens of thousands of rows. I have a cloumn titled "ID" and I need to retrieve each ID that only appears in the table once. I don't need to see only distinct ID's in my results (i.e. SELECT DISTINCT), but only ID's that are in the ID column one time in the entire table.
Any suggestions?
Thanks!