Hello, I have a table named 'campaigns' where there is a column named 'branches'. In this column, branch IDs are listed in a single line separated by commas as 4, 2, 1. I need to write a select query in a way that the branch IDs should appear on separate lines as follows: 4 2 1. Can you help me with this?