select substring(sth,0,position(',' in sth)) as cola,substring(sth,position(',' in sth) + 1) as colb from regexp_split_to_table('a,1|b,2|c,3|d,4', E'\\|+') as sth
56,914
社区成员
56,754
社区内容
加载中
试试用AI创作助手写篇文章吧