Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问可以支持UNION ALL语句吗? #127

Open
xjian2021 opened this issue May 3, 2022 · 1 comment
Open

请问可以支持UNION ALL语句吗? #127

xjian2021 opened this issue May 3, 2022 · 1 comment

Comments

@xjian2021
Copy link

例如:
select * from user1 limit 1
UNION ALL
select * from user2 limit 1
UNION ALL
select * from user3 limit 1;

@caibirdme
Copy link
Contributor

那你期望的API长什么样呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants