sql联合查询

select t.*, t.rowid from tb_bz_content t join tb_bz_class c on  t.lb=c.id where c.flid=85
select * from Article where ArticleClassID in (select ID from Class where ParentID=11)
原文地址:https://www.cnblogs.com/handsomer/p/3678214.html