how to lowercase all the letter in postgresql code example Example: postgres lowercase SELECT lower('W3RESOURCE') AS "Upper to Lower";