User Tools

Site Tools


oracle:sql:select:select_into

Oracle - SQL - Select - Select Into

SELECT *
INTO new_table_name [IN externaldatabase]
FROM old_table_name

or

SELECT column_name(s)
INTO new_table_name [IN externaldatabase]
FROM old_table_name
oracle/sql/select/select_into.txt · Last modified: 2021/08/11 12:44 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki