October 3, 2007 at 10:53 pm
query for converting varchar to numeric
October 3, 2007 at 11:45 pm
Read about "CAST & CONVERT" in Books Online.
N 56°04'39.16"
E 12°55'05.25"
October 5, 2007 at 7:08 am
select convert(int,VARCHAR_VALUE)
just replace VARCHAR_VALUE with the varchar value that you want to convert to an integer.
Norene Malaney
October 6, 2007 at 1:25 pm
b.amudhavalli (10/3/2007)
query for converting varchar to numeric
OMG! :discuss:
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply