摘要: select * from (select * from table1 left join table2 on table1.field1=table2.field1) as table1 left join table3 on table1.field1=table3.field1 阅读全文
posted @ 2014-04-17 09:21 静C心 阅读(179) 评论(0) 推荐(0)