Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 upper case problem

Author  Topic 

sent_sara
Constraint Violating Yak Guru

377 Posts

Posted - 2008-03-12 : 09:49:05
Table :Employee
name Age
'ARUN KUMAR' 30

name column should be displayed
as Arun Kumar

'A' and 'K' need to be upper can i know what function to use??

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-03-12 : 09:52:00
See this:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=90173&SearchTerms=proper,case

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -