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

what is the maximum size of a row? : Sql server database administration

617


How do we synchronize On-Premise SQL server with SQL Azure?

106


Explain about extended stored procedure?

587


What is a join in sql? What are the types of joins?

606


What is 2nf normalization form?

703






What is the purpose of a table?

612


What is bcp? When does it use?

593


Can you explain full-text query in sql server?

653


How to find related tables in sql server?

604


How to disconnect from a sql server using mssql_close()?

688


in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it

1146


What is "scheduled jobs" or "scheduled tasks"?

650


What is the difference between Normalization and De-normalization?

672


Explain ms sql server reporting services vs crystal reports?

581


What is full outer join in sql server joins?

640