Was this helpful?
Register Table Statement
Maps the structure of a file to the structure of a table.
Syntax:
register table [schema.]table_name
              (column_name column_type [is 'external_name']
              {, column_name column_type [is 'external_name']})
              as import | link from 'security_log_file_name' | 'current'
              with dbms = SXA [, rows = integer_value];
Last modified date: 12/20/2023