Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function EMPTY
Message
 
 
To
06/12/2004 05:02:01
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00967069
Message ID:
00967103
Views:
8
For a character data type you can use LEN() function. It ignore trailing spaces.
IF LEN(myfield) = 0
  -- field is empty
>What is the equivalent VFP EMPTY() function for SQL server?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform