Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper() function on SQL Server 2000
Message
From
20/11/2001 09:34:30
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00583834
Message ID:
00583895
Views:
28
Sergey this will only work if the field has only one word for more words then only the first one will be caps.

>>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))
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform