google/lovefield

How do i make a union query?

vzaffalon opened this issue · 1 comments

Is there any support for this or do i have to just concat the result of two querys?

Please use the forum for generic usage questions, that are not bugs/feature-requests.

Regarding union, I assume you are looking something equivalent to SQL's OR operator. If so, see lf.op.or() Lovefield operator.