1) I need to isolate numbers where the integer value is different to the double value, I.e. 123 <> 123.1.
2) store the integer values in a table.
3) delete any numbers that occur more than once. I.e 123.1, 123.2,123.3 stored as 123, 123, 123 would be deleted.
4) The final table will be used in a...