I have a table that contains float values.
+ id | value | +--------|---------| + 1 | 19.22 | + 2 | 32.333 | + 3 | 1.
Cast the value column as a varchar and use string comparison.
value
varchar