Add keywords for set binary operations on table forms.

This commit is contained in:
Kei Hibino 2013-06-28 16:08:29 +09:00
parent 06f0ac1818
commit d6b3238e94

View File

@ -29,6 +29,8 @@ data Keyword = SELECT | ALL | DISTINCT | ON
| ORDER | BY | ASC | DESC | HAVING
| FETCH | FIRST | NEXT | ROW | ROWS | ONLY
| UNION | EXCEPT | INTERSECT
| DELETE | USING | RETURNING
| FROM | AS | WITH