Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to select a field with firstletter as capital and
remaining are small letters

Answer Posted / priya

SELECT * UPPER(SUBSTRING(<COLUMNNAME>,1,1))
+LOWER(SUBSTRING(<COLUMNNAME>,2,LEN(<COLUMNNAME>))) AS
<SOMENAME> FROM <TABLENAME>

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you can deploy an ssrs report?

185


What is transaction server auto commit?

1115


How can we delete a table in sql server?

1019


What is abstracting periodical?

990


Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

951


Explain transaction server isolation?

1078


Which tcl commands are available on the sql server?

1135


Explain the different types of backups available in sql server? : sql server database administration

982


what stored procedure can you use to display the current processes? : Sql server administration

1053


What is the difference between Triggers and Stored Procedure?

1151


What is an sql server agent?

1111


What is difference between join and natural join?

1057


What are the advantages of using cte?

1072


Explain what is sql server english query?

1107


How do you troubleshoot errors in a SQL Server Agent Job?

1104