I have a table with 3 columns:
number | number2 | string
________________________________________________________________
1 | 2 | 0 423 0 2 0 4 2 1 423 521
So, how to get a result like this? :
1, 2, 423
Where 423 is the second number in the string?