Ways to Select Everything Before/After a Certain Character in MySQL8 – STRING_INDEX() Functions – String Functions
SUBSTRING_INDEX(), This function returns everything before or after a certain character (or characters) in a string. This function let you to state the delimiter to use, and you can also...