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 / radhika

SELECT Left(upper(<field_name>) , 1) + substring(lower
(<field_name>, 2, len
(<field_name>))
FROM <table_name>

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will be query used to get the list of triggers in a database?

1053


When I delete any data from a table, does the sql server reduce the size of that table?

1062


Explain the third normal form(3nf)?

982


How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?

1081


Why we need sql server?

1015


What is report rendering ?

162


How do I shrink an ldf file?

1038


which backup strategy you are following at ur company

2193


How to list all user defined functions in the current database?

1118


What is the bookmark lookup and rid lookup?

1034


What is the maximum length of an alert name?

1038


How you can find out if an index is useful to the optimizer?

987


State the difference between local and global temporary tables?

1168


What is inline table-value user-defined function?

1165


What is the need for group functions in sql?

1153