into_table1 ::= 

INTO TABLE name [ ( { PARTITION name | SUBPARTITION name } ) ] 
  { INSERT | REPLACE | TRUNCATE | APPEND }

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

End of description.