// mysql原生语句
select * from user_organization where organization_id in(select id from organization where name like 'ext-%');
求老司机如何写成sequelize的语句?
相关分类