Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

insert into one table from another table in oracle

insert into <table_name> select <fieldlist> from <tables>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #insert #table #table #oracle
ADD COMMENT
Topic
Name
4+6 =