mini\Database\PartialQuery::getModifiableSelect()
Method
private
Signature
private function getModifiableSelect(): mini\Parsing\SQL\AST\SelectStatement
Returns
Documentation
Get the innermost SelectStatement for modification
If the AST is a UnionNode, wraps it in a subquery first. If the AST is a WithStatement, returns its inner query.