If have the following string with a unique element in it. This unique element I need to extract from this string and save it as an variable. The part that I need to extract is: Proto-1088.
"{"account":"123456","n":{"Score":"Bad","Ticket":"https://test.test2.com/browse/Proto-1088"},"2":{"Score":"GOOD"}}
I have tried to use the TRIM function in MySQL but this didn't work since the number in Proto changes.