Description
Allow a union operation to be specified as <qb1> union <qb2> in addition to th <qb1> union all <qb2>
Common requirement of queries to project two sets where it is not always the case you want distinct rows in the set. Failing to do so obviously will result in the current exception:
mismatched input 'select' expecting ALL near 'union' in query operator