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

Answer Posted / venakteswara rao

select upper(<colummn name>,1,1)+substring(lower(<column
name,2,len(<column name>))) as anyname from table name

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does group by sort data?

509


What is query optimizer in sql server?

539


Can you explain what is sql server english query?

534


What are the types of indexing?

592


How sql server enhances scalability of the database system?

579






What is create command?

518


What is the difference between migration and upgradation in sql server?

598


What is measure group, measure? : sql server analysis services, ssas

541


Why do you need a sql server?

497


Define candidate key, alternate key, and composite key.

530


What are the types of joins in sql?

551


Can you import Microsoft Excel data to SSRS?

89


What is an execution plan? How would you view the execution plan?

540


Where are sql server usernames and passwords stored in the sql server?

606


How to create a user to access a database in ms sql server using "create user" statements?

517