Hi guys
I have a question with embedded SQL that my instinct says is not possible,
but I will go ahead and ask anyway
I have 2 files that are almost identical in their record formats
FILEA consists of the fields
Field1
Field2
Field3
Field4
FILEB consists of the fields
Field1
Field2
Field3
The difference is that FILEB does not have Field4
Using embedded SQL, can I create a prepared statement something like the
following
INSERT INTO FILEA X.*, :progfield from FILEB X
WHERE X.Field1 = ? and X.Field2 = ? and X.Field3 = ?
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
copyright@midrange.com.
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.