The join clauses appear to properly support nested selection but the from clause only looks for a table list. We will want to be able to support parsing these statements since nested selection shows up in the from clause fairly often from my experience.
The join clauses appear to properly support nested selection but the from clause only looks for a table list. We will want to be able to support parsing these statements since nested selection shows up in the from clause fairly often from my experience.