how to check varchar is toupper in sqlserver code example Example: how to upper case in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;