how to select a field with firstletter as capital and
remaining are small letters
Answer Posted / amit shukla
select upper(left(h01_first_name,1))
+lower(substring(rtrim(h01_first_name),2,50)) as name from
<table name>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a local and a global temporary table?
How to execute function in stored procedure sql server?
Do you know what are the steps to process a single select statement?
Where the sql logs gets stored? : sql server database administration
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Tell me in brief how sql server enhances scalability of the database system?
What are the elements of dbms?
To which devices can a backup be created and where should these devices be located? : sql server management studio
What is a group function explain with an example?
Tell me what do we need queues in sql service broker?
Can I use sql azure as a backup with log shipping or database mirroring?
Explain what is the function of sql server agent windows service?
What happens when the SQL Azure database reaches Max Size?
What is query processing?
What is the difference between rank and dense_rank?