Answers for "sql command to check a field to all uppercase while creating table"

SQL
2

get all name uppercase in sql

SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME)
FROM CUSTOMERS ;
Posted by: Guest on January-07-2021

Code answers related to "sql command to check a field to all uppercase while creating table"

Code answers related to "SQL"

Browse Popular Code Answers by Language