mini\Database\PartialQuery::except()
Method
public
Signature
public function except(mini\Table\Contracts\SetInterface $other): mini\Table\Contracts\TableInterface
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$other |
mini\Table\Contracts\SetInterface |
required | Documentation missing |
Returns
Documentation
Difference from another query (NOT IN semantics)
Creates an EXCEPT node in the AST. The renderer will throw if the target dialect doesn't support EXCEPT (e.g., MySQL).