I HAVE A LIST, HOW TO CREATE A NEWLINE

NEW LINE FROM LIST

Not sure what you are looking to do… Do you have:

  • A table and want to add a new record
  • A enum type column and want to add a new item to the list
  • A parent table and you want to add a new child record
  • Something else

Give some more details and I will try to help.

I Need from data one, data two, data three

become

data one

data two

data three

Use SPLIT(text, delimiter) - Documentation seen here

SPLIT(“data one, data two, data three”, ", ")