用MVC架构时,怎么进行多表联合查询

2025-04-28 18:04:59
推荐回答(1个)
回答1:

和框架没多大关系,关键是sql怎么写
select * from t1 left join t2 on t1.id = t2.id