intotab_clause ::= 

INTO TABLE name [ ( { PARTITION name | SUBPARTITION name } ) ] 
  { INSERT | REPLACE | TRUNCATE | APPEND }
[SORTED [INDEXES] (name)] [SINGLEROW] [ INSERT | REPLACE | TRUNCATE | APPEND ]
[OPTIONS (FILE=database_filename)]
[ [EVALUATE CHECK_CONSTRAINTS] [REENABLE] [DISABLED_CONSTRAINTS] ]
[EXCEPTIONS table] [WHEN field_condition]
[ OID_spec | SID_spec ] [FIELDS [delim_spec]] [TRAILING [NULLCOLS]] 
[TREAT AS typename]
[SKIP n] field_list


For information on how to read this syntax, see Appendix B.

End of description.