Postgres Text Functions
Introduction We’ll study the most commonly used Postgres text functions here, including Left, Right, Char_length, and Replace. We’ll look at each of these text manipulation functions for Postgres through the lense of SQL (structured query language) that is specific to PostgreSQL. Prerequisites Some knowledge of Postgres SQL query creation. We like to use DBeaver, which … Continued