Postgres String Capitalization
Introduction The purpose here is to learn how best to use the various Postgres string capitalization functions to capitalize characters or change to lowercase. The functions we’ll explore here include Lower, Upper, Concat, Left, Right, Len, and Initcap. Prerequisites Beginner-level understanding of writing SQL with PostgreSQL or a similar relational database system such as Oracle, … Continued