Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Friday, November 22, 2013
UPPER SQL Server Example
SQL Server
>
Built-in Functions
>
UPPER
UPPER
converts a character expression to uppercase.
Example
SELECT
UPPER
(
'this is lowercase expression'
)
Result:
THIS IS LOWERCASE EXPRESSION
‹
›
Home
View web version