how to select a field with firstletter as capital and
remaining are small letters
Answer Posted / dharmendra k dixit
Select Left(Upper((YourColumnName), 1) + Substring(Lower
(YourColumnName),2,Len(YourColumnName))AS UName
From YourTableName
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to view existing indexes on an given table using sys.indexes?
What is scheduled job and how to create it?
When multiple after triggers are attached to sql table, how to control the order of execution?
What is sql server english query?
What is the use of partition by in sql server?
Detail about query optimizer?
What is named query? : sql server analysis services, ssas
Can we linked SharePoint to a SQL database?
Is mysql the same as sql server?
What is bit data type?
What is the index requirement in SQL Azure?
What is difference between equi join and inner join?
What are various aggregate functions that are available?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
Can we do dml on views?