VIEW view minus

view view minus view2

Returns a new view with rows that are the set difference of the rows in view with the rows in view2. That is, the new view contains all rows in view that are not also in view2.

This command assumes that neither view nor view2 have any duplicate rows. In that case, then the returned view will also have no duplicate rows.

See [view view unique]

DGP