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

mybatis-plus 什么时候支持cte #6242

Closed
cng1985 opened this issue Jun 6, 2024 · 1 comment
Closed

mybatis-plus 什么时候支持cte #6242

cng1985 opened this issue Jun 6, 2024 · 1 comment

Comments

@cng1985
Copy link

cng1985 commented Jun 6, 2024

请详细描述需要增加的功能
比如使用cte以后要怎么进行自动分页

例如
with user as (

select * from a
),
with depart as (
select * from b
)

select * from a left join b on a.departId=b.id

这种查询怎么进行分页处理

@miemieYaho
Copy link
Member

描述清楚

@qmdx qmdx closed this as completed Oct 15, 2024
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

3 participants