Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Integer
Message
 
 
To
12/11/2004 23:57:43
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00961104
Message ID:
00961105
Views:
5
>I am trying to get the integer value of (SQL.Column1 - SQL.Cllumn2).
>What is the transact sql function?

See CAST() and CONVERT() functions.
CAST( (SQL.Column1 - SQL.Cllumn2) AS int)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform