Syntax documentationimport_columns_command Locate this document in the navigation structure

Syntax Syntax

  1. <import_columns_command> ::=
      IMPORT COLUMNS TABLE <table_name>
        [<if_condition>]
        [<duplicates_clause>]
        <import_column_spec> ...
        <data_instream_column_spec>
End of the code.