Union query support? #1578
Unanswered
alexanderankin
asked this question in
Q&A
Replies: 1 comment
-
Bump to this question, it's just impossible to do without raw query |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi tortoise-orm maintainers and community,
I was wondering if anybody out there was doing union queries - if tortoise supports those.
create table t1(id varchar(32), data text); create table t2(id varchar(32), data text, category int); select id, data from t1 union select id, data from t2;
thanks.Beta Was this translation helpful? Give feedback.
All reactions