I want to select values from a table, but not if the value is in the table more than once.
The whole point of this is to get all the different unique numbers from that table into an array. I now how to get the numbers in the array, but how do you make sure there are no repeated numbers.
Can anyone help me out?? Thanks everyone!!!