yinjihuan/sharding-jdbc

这种语句是否支持

Opened this issue · 0 comments

A 表是业务表 B 是水平分表

select * from A a where a.id in (select id from B where id = 'xxx')