sql icon indicating copy to clipboard operation
sql copied to clipboard

UNION form

Open yilinwei opened this issue 4 years ago • 0 comments
trafficstars

UNION is currently not a statement but a table-expr - this means that the following expression fails.

(sql (union (select x #:from xs) ...)).

This isn't too much of an issue since you can wrap it in a second select; but when dealing with something like with recursive it becomes harder.

Am I missing something?

yilinwei avatar Jan 15 '21 21:01 yilinwei