mini\Parsing\SQL\SqlParser::parseDerivedTable() Method

private

Signature

private function parseDerivedTable(): mini\Parsing\SQL\AST\SubqueryNode

Returns

mini\Parsing\SQL\AST\SubqueryNode

Documentation

Parse a derived table: (SELECT ...) in FROM position Supports UNION/INTERSECT/EXCEPT inside the subquery

Source

src/Parsing/SQL/SqlParser.php:804-810