jaypipes / sqlb

A library for efficiently generating SQL expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add UNION support

jaypipes opened this issue · comments

A UNION of two SELECT statements should be handled. I think it's best to be explicit about the union'ing. We should add a sqlb.Union(a *SelectClause, b *SelectClause) *SelectClause method that can be used to UNION two distinct sets together.