I have the following string:
https://scontent-sjc3-1.xx.fbcdn.net/v/t1.0-1/p200x200/26056120_2094108927485604_7093424189760207868_n.png
What I want is to keep only:
26056120_2094108927485604_7093424189760207868_n.png
I already tried using LOCATE and INSTR, but without any success. Some people told me to use regex, but I don't know how to do it in MySQL.
All I need is info about the correct path to do this.
PS: 1 - I need to UPDATE 2 - REPLACE isnt an option, I have another facebook strings that are different.
Thanks.