如这样的形式:select * from (select * from b left join c on b.id=c.id) as d with (NOLOCK) left join
a on d.id=a.id
测试了,会报错。。