Previous: Combining tables with INTERSECTION (I)
Up: Table handling
Next: Rename an existing table: RENAME (REN)
Previous Page: Combining tables with INTERSECTION (I)
Next Page: Rename an existing table: RENAME (REN)

Combining tables with DIFFERENCE (DI)

Two input tables are combined into a new output table: DIFFERENCE select the items common contained in only one of the (two) input tables, e.g. :

DIFF/INP=(A1,B1)

which results in output table A2 = A1 - B1.


Fri Aug 12 10:24:53 BST 1994