Lower

SQL

SQL - UPPER() and LOWER()

UPPER() converts all characters in a string to uppercase, while LOWER() converts them to lowercase. Both functions accept a single string argument and return the transformed result.

Read more →
Excel

How to Use LOWER in Excel

The LOWER function is one of Excel’s fundamental text manipulation tools, designed to convert all uppercase letters in a text string to lowercase. While this might seem trivial, it’s a workhorse…

Read more →