Jump to content

Converting UPPER CASE to Mixed Case?


turtle

Recommended Posts

Hi,I have a SQL table where one field (Booktitle) contains many records which are all UPPER CASE. I wish to run an update statement which updates all in Booktitle to Mixed Case. I've scoured Google but can't find anything... can you help?

Link to comment
Share on other sites

How familiar are you with SQL? If you feel fairly confident with your skills you might venture into T-SQL and using T-SQL you can create a script that could do this.Also, are you at least inserting all of your BookTitles as mixed case now, or are you continueing to insert them all as upper-case?

Link to comment
Share on other sites

Hi,For This Add One More Field and Write queryto get All RecordSeT of that Column in that Table And then Write Query On the basis Some Primary Key Criteraand Using With the Help of String Function U can Do thisi.e USA -->UsaFrom this U can.Vijay

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...