The UPPER function is contrary to the LOWER
function and returns all characters in uppercase letters as shown in the
following statement where each employee’s first name is displayed in uppercase.
Syntax :
UPPER (character)
SQL Statement :
Output :
Microsoft
Access uses UCASE() function.
Syntax :
UPPER (character)
SQL Statement :
SELECT UPPER(first_name)
FROM employees;Output :
No comments:
Post a Comment