实现oracle中分割字符串的功能,返回一个表。比如:abc;cde;dfd;133select*fromtable(split('abc;cde;dfd;133'))可以返回abccdedfd133