The purpose of this instruction is to compare two files in a “ZRUM” area and display the records from file one that do not have a match in the common RUM area of file two.
Here is the instruction
Code: Select all
DatabaseQuery(openingDatabase::opening, ‘Select ZRUM, ZIBAN, ZNOM FROM MANDAT Where ZRUM Not IN (Select DISTINCT(RUMDBT) from CLIENT) and ZIBAN in (SELECT DISTINCT IBANDBT From client) and ZNOM in (SELECT DISTINCT NOMDBT From client)’)
ISorry but i can't transmit file because it's confidential files