Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper() function on SQL Server 2000
Message
 
 
To
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:
00583901
Views:
32
True. I forgot that proper() function works for multiple words in a string.

>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))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform