Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello experts, I need to add data to an existing table from a different QVD. How do I go about that? Thank you.
use Concatenate
Concatenate (TABLE)
LOAD
qvdfield1 as tablefield1,
qvdfield2 as tablefield2
FROM 'yourqvd.qvd' (qvd);