SQL Statements › INSERT › Processing › Example 1
Insert a row into table EMP.
EXEC SQL
INSERT INTO EMP
VALUES('315', 'JOHN', 'T', 'SMITH', 'A1', '1234', 87 11, 32, 19, 'M', 55 422, 16325)
END-EXEC