WL#8083: Introduce <query expression> parser rule

Affects: Server-8.0   —   Status: Complete

This worklog will introduce the SQL standard's syntactic rule <query expression> and its sub-rules for production of query syntax. These will replace our current bison rules for representing select/union syntax. Note that currently this syntax is duplicated for subqueries. This duplication will be removed, as the <query expression> et.al. will replace both varieties.

The worklog will also add proper handling of the

<table reference>
syntax rule, including the <joined table> rule.