I need to remove observations from the dataset that have a number after the decimal point. Some numbers got mixed into the date set that shouldn't be in and we have no what to tell which they are other than they have a number after the decimal point Ex: 9.42
Versus the real data is just 9.0, 10.0, 100.0.
Is there a way to do this in SQL?