how to select a field with firstletter as capital and
remaining are small letters
Answer Posted / velmurugan
Select UPper(Left(Company,1)) + Lower(Right(Company,Len
(Company)-1)) From Company
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to list all stored procedures in the current database using ms sql server?
How to disable stored procedure sql server?
What does sql server mean?
what are the different types of replication you can set up in sql server? : Sql server database administration
How to enable tcp/ip protocol on a sql server?
how to create a scrollable cursor with the scroll option? : Sql server database administration
Does the order of columns in update statements matter?
What is the definition for sql server 2000?
Is sql server a database?
How do I manually uninstall an instance of sql server 2016?
What is 5nf in normalization form?
What is replace and stuff function in sql server?
When to use Inner join & when to use subquery?
can a database be shrunk to 0 bytes, if not, why? : Sql server administration
How many levels of sp nesting is possible?