0

我正在寻找一个接受逗号分隔值的 oracle 函数,例如 [abc,cde] 并返回我的行,以便我可以直接插入到表中。

例如-:

insert into mytable(col)
select mycustomfunction (abc,cde)
4

0 回答 0