use trim() remove leading trailing whitespace: select string_to_array(trim(both ' ' regexp_replace(column1, '\s*,\s*', ',')), ',') yourtable.
確定! 回上一頁