By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| SUBSTRING(test_column,5,LENGTH(test_column)-8) |
|---|
| test |
| something |
| nothing |
| anything |
| SUBSTRING(test_column,5,LENGTH(test_column)-8) |
|---|
| test |
| something |
| nothing |
| anything |