INSERT INTO testlib/testfile
SELECT STATE, zip
FROM svc/ACT
I have an older book that shows you can do and insert into file from a select from anouther file. But DB2 is complaining that the new file does not exist.
It won't automatically copy the structure for you?
Thanks
Simi
SELECT STATE, zip
FROM svc/ACT
I have an older book that shows you can do and insert into file from a select from anouther file. But DB2 is complaining that the new file does not exist.
It won't automatically copy the structure for you?
Thanks
Simi