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.
[abc,cde] などのコンマ区切りの値を受け入れ、テーブルに直接挿入できるように行を返すオラクル関数を探しています。
例えば-:
insert into mytable(col) select mycustomfunction (abc,cde)