Home
SQL Server / T-SQL
Aggregate Functions
Analytical Functions
Constraints
Cursor
Data Set
Data Type
Database
Date Timezone
Index
Insert Delete Update
Math Functions
Select Query
Sequence
Store Procedure Function
String Functions
Subquery
System
Table
Table Joins
Transact SQL
Transaction
Trigger
View
XML
UPPER « String Functions « SQL Server / T-SQL
SQL Server / T-SQL
String Functions
UPPER
1.
UPPER: change string to upper case
2.
Combine Lower() Upper() and substring() function to capital the first letter in a word
3.
UPPER: Translates all characters within the string to upper case