baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.17k stars 4.27k forks source link

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

Open cng1985 opened 2 months ago

cng1985 commented 2 months ago

请详细描述需要增加的功能 比如使用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 commented 2 months ago

描述清楚