Introduction
We use SUBSTRING extraction to get a smaller part of a text from a bigger text. It helps us focus on just the piece we need.
You want to get the area code from a phone number stored as text.
You need to extract the first three letters of a product code.
You want to get the year from a date stored as text.
You want to shorten long text fields for display.
You want to check a part of a string for a pattern.