See [this example](https://ast-viewer.datacamp.com/static/index.html#/editor?code=SELECT%20local_name,%20subquery.lang_num%0AFROM%20countries,%0A%20%20%28SELECT%20code,%20COUNT%28%2a%29%20AS%20lang_num%0A%20%20%20FROM%20languages%0A%20%20%20GROUP%20BY%20code%29%20AS%20subquery%0AWHERE%20countries.code%20%3D%20subquery.code%0AORDER%20BY%20lang_num%20DESC%3B&start=sql_script&grammar=plsql) on ast-viewer.datacamp.com. A bunch of unshaped nodes.