SQL
Wednesday, May 24, 2017
converts the value of a field to uppercase.
The UCASE() Function
The UCASE() function converts the value of a field to uppercase.
SQL UCASE() Syntax
SELECT
UCASE(column_name)
FROM
table_name;
Syntax for SQL Server
SELECT
UPPER(column_name)
FROM
table_name;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment