PostgreSQL, an open-source relational database system, provides several string manipulation functions, including the SUBSTRING function. The SUBSTRING function is used to extract a part of a string based on a specified starting position and, optionally, the length. This guide covers the syntax and various examples of using the

7m read timeFrom sqlshack.com
Post cover image
Table of contents
Environment detailsPostgreSQL substring functionExtract matching Substrings with SQL Regular ExpressionUse a Negative number as starting position in the SUBSTRING functionConclusionSee more

Sort: