select a.* b.* from
(select * ftom table1 where table1.id='123434') a
left outer join table2 b on a.id=b.id
select a.* b.* from
(select * ftom table1 where table1.id='123434') a
left outer join table2 b on a.id=b.id
5391
852

被折叠的 条评论
为什么被折叠?