mini\Table\InMemoryTable::sqlExcept() Method

private

Signature

private function sqlExcept(self $other): self

Parameters

Name Type Default Description
$other self required Documentation missing

Returns

self

Documentation

Create SQL EXCEPT (NOT IN) of two InMemoryTable queries on same DB

Source

src/Table/InMemoryTable.php:578-615