Substring in TimescaleDB
Introduction In this document, we’ll learn to use Substring in TimescaleDB, along with the position and reverse functions for making changes to text with SQL to isolate strings. This lesson includes the following: What do the POSITION and SUBSTRING functions do? How do we use these functions in TimescaleDB database SQL? When do we want … Continued