You split the column into an array: select string_to_array(words, ' ') as words_array. You can put this in separate columns if you like, ...
確定! 回上一頁