Postgresql 的字符串转数组

 select str::VARCHAR from (select regexp_split_to_table(',1,2,3,,', ',') str) a where str!='' --字符串转数组

本文链接:https://my.lmcjl.com/post/8367.html

展开阅读全文

4 评论

留下您的评论.