E
ericb
I have this querie that gets information from different tables that works
just fine, it is composed of 38 fields.
Now I have TABLE-X that is composed of fields indentical to the ones in the
querie.
I want to transfer the info from the querie to the table. I only have 1
record to transfer but many fields.
What SQL instruction should I use to transfer the data from the querie to
TABLE-X.
The querie goes like this :
SELECT FA, FB,... FX FROM .... WHERE...;
I maded an string for an UPDATE instruction but it is terribly long. Is
their a better way of doing this ?
Thank you.
just fine, it is composed of 38 fields.
Now I have TABLE-X that is composed of fields indentical to the ones in the
querie.
I want to transfer the info from the querie to the table. I only have 1
record to transfer but many fields.
What SQL instruction should I use to transfer the data from the querie to
TABLE-X.
The querie goes like this :
SELECT FA, FB,... FX FROM .... WHERE...;
I maded an string for an UPDATE instruction but it is terribly long. Is
their a better way of doing this ?
Thank you.