Jeremiah31
Programmer
I'm trying insert query results into a new table. I'm new to IBM DB2, and so far I'm not having very much luck.
I'm trying the formula (just to test)
INSERT INTO TBLTEST (txtTrailerNumber)
(select SSCPGM.WHPMTLDA.TRLR_ID_NO from SSCPGM.WHPMTLDA)
but I'm receiving an error message TBLTEST QCPL type *file not found, what I'm doing wrong?
I'm trying the formula (just to test)
INSERT INTO TBLTEST (txtTrailerNumber)
(select SSCPGM.WHPMTLDA.TRLR_ID_NO from SSCPGM.WHPMTLDA)
but I'm receiving an error message TBLTEST QCPL type *file not found, what I'm doing wrong?