Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equvalent function of vfp isdigit() in Sql ?
Message
 
 
To
05/09/2006 04:54:07
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01150842
Message ID:
01150948
Views:
17
>What is the equalent function of isdigit() in SQL
IF LEFT(myfield,1) BETWEEN '0' AND '9'
-- or
IF myfield LIKE '[0-9]%'
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform