select ... (select ...) as some_alias, ... from ...
https://github.com/tobymao/sqlglot/blob/main/tests/fixtures/... https://github.com/tobymao/sqlglot/blob/main/tests/fixtures/...
You can see what it took to add this in this commit.
https://github.com/tobymao/sqlglot/commit/ab49a3a2964bdff3a3...