My professional notes on programming. Included in my notes are discussions on VB.NET, Microsoft Office, and some C#. I am just starting to learn about C# so as I learn more I will add more.
Friday, May 4, 2012
SQL - Capitalize the First Character of a String
UPPER(LEFT(some_string,1)) + RIGHT(
some_string ,(LEN(
some_string )-1))
Labels:
SQL
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment