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
What Is Rdbms?
What sql server means?
Explain what are magic tables in sql server?
What do you mean by an execution plan? How would you view it?
What is sql server english query?
How to execute stored procedure and set temp table in sql server?
What is the use of nvl work?
how can u get last observation in an unknown dataset ?
Which is the latest version of sql server and when it is released?
What is cached report?
Can you type more than one query in the query editor screen at the same time?
How to use transact-sql statements to access the database engine?
What is deploy, process and build? : sql server analysis services, ssas
What are the commands used in DCL?
Explain sql server service broker?