Created
March 1, 2018 17:16
-
-
Save jonpemby/31ad70aef3c5eb3c6a2e26bebd91d5c1 to your computer and use it in GitHub Desktop.
Find last part of a string after delimiter in SQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT SUBSTRING_INDEX("first_middle_last", '_', -1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment