Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper() function on SQL Server 2000
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00583834
Message ID:
00583886
Views:
22
>Hi,
>
>Does anyone know if there are a similar function to the proper() function in VFP on SQL Server 2000?
>
>I need to convert my data from uppercase ?
>
>

No there isn't but you can build one
UPPER(LEFT(last_name,1)) + LOWER(SUBSTRING(last_name,2,1024))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform