Subject cast 'nnn,nn' to float
Author danyschaer
Hi all;

I am working with a table that have into varchar fields some floating
values, but they use a comma as decimal separator (regarding regional
settings).

Is it possible to cast this values to floating point values?? ... so I
can run filters like:

select fff from ttt where cast(fff as float) > 100

Thanx.

Dany