Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
I want to load data from a qvd with comparing it to another qvd , that means load only data from qvd1 that is not found in qvd2 by a key .
More or less like this:
qvd2:loadkey,...from qvd2;qvd1:loadkey,...from qvd1where not exists(key);