How to strip everything from a row value except the first instance of an int?

后端 未结 0 412
野趣味
野趣味 2020-12-16 08:41

If I have a row value as such:

Blow Balloons 5 Yes 4
3 Shirt No 
Goodbye Something 2 1

Then I just want it to be:

5
3
2


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题