Hi,
in an SQL statement, I should convert a varchar (e.g. '23.467') to real.
But neither the statement 'CAST(myVarchar as real)' nor CONVERT(real, myVarchar) works.
Does anybody has an idea, how I can convert a varchar to a real?
thanks and regards
Fredy