INSERT dbtab

Reference

Syntax

INSERT { {INTO {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
          VALUES wa}
       | { {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
           FROM wa|{TABLE itab [ACCEPTING DUPLICATE KEYS]} } }.


Effect

Inserts lines into a database table.

Additions