Renaming query_specification to query_term, to make the sql_yacc.yy grammar
closer the grammar in the SQL Standard: - <query specification> is only a SELECT followed by <set quantifier>, <select list> and <table expression>. - While <query term> includes SELECT queries and derived tables.
Showing
Please register or sign in to comment