Hello,
I have data in the below format, how I would be able to convert to proper number format in order to use greater or less than functions? When I tried with the below, getting ORA-01722: invalid number
select to_char(attribute_val,'9999999') from test_data
784.185
203.084
601.730
89.018
5,738.996
1,893.208
564.122
40,791.420
210.605