Cast to double (1 reply)
Submitted by programmer on Fri, 08/15/2008 - 19:02.
The following returns a syntax error.
select cast(0 as double);
I need to work with scientific numbers, so conversion to a fixed-point decimal won't do.
The following returns a syntax error.
select cast(0 as double);
I need to work with scientific numbers, so conversion to a fixed-point decimal won't do.