//============================================================================
// Name : pe25.cpp
// Author : paul08colin
// Version :
// Copyright : Your copyright notice
// De
多表join使用说明
select * from (select userId from table_a where dt=20160731) a join (select userId from table_b where dt=20160731) b on a.userId=b.userId join (select userId from table_c