This maybe an easy one but i couldn\'t get answer. I need to select float value from table
example table :-
value 10.2 4.5 4.6 4.06
You can also try query
SELECT * FROM table WHERE value LIKE 4.6;