By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| SUBSTRING_INDEX(SUBSTRING_INDEX(test_column,' ',2),' ',-1) |
|---|
| test |
| something |
| nothing |
| anything |
| SUBSTRING_INDEX(SUBSTRING_INDEX(test_column,' ',2),' ',-1) |
|---|
| test |
| something |
| nothing |
| anything |