|
Posted by Tom Moreau on 02/18/06 20:46
You'd just have to cast things (and hope that there were no bugs in the
original data when you added the computed column). Going forward, the two
input columns would have to be numeric:
cast (Col1 as int) * cast (Col2 as int)
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
"Dranai" <dranai@gmail.com> wrote in message
news:1140283416.620277.318370@f14g2000cwb.googlegroups.com...
That sounds like an excellent idea to look into. Do you know if SQL
will do the math on character fields and insert the data into a float
field?
Occam's law, right? Great suggestion, I'll look into it, thanks.
[Back to original message]
|