Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个接受逗号分隔值的 oracle 函数,例如 [abc,cde] 并返回我的行,以便我可以直接插入到表中。
例如-:
insert into mytable(col) select mycustomfunction (abc,cde)