I have a table in Postgresql. one of the fields have multiple string, I want to put this string in different rows. I used:
id lng lat descriptions
1 0.98 51 walk, wedding, bus
and insert into another table like this:
id lng lat descriptions
1 0.98 51 walk
1 0.98 51 wedding
1 0.98 51 bus