Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

insert all or first in oracle sql

insert [ all | first ]
  when test1 then 
    into t1 ...
  when test2 then 
    into t2 ...
    into t3 ...
  else
    into t4 ...
  select * from query;
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #insert #oracle #sql
ADD COMMENT
Topic
Name
9+1 =