Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of VFP's EMPTY() function
Message
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01143680
Message ID:
01143782
Views:
14
>IF LEN(@tcSaleNo) = 0
>  -- Only spaces
>...
>
>-- If string includes numbers only
>IF CAST(@tcSaleNo AS int) = 0
>  -- Only spaces or 0's
>...
Thanks for the ideas, Sergey.
Del
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform