how to write lower case condition in sql query code example Example: how to write lowercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;