table1有字段A,B,
table2有字段C,D
select a,b from table1 where a = 1
select c,d from table2 where c =2
这两条语句能不能写在一条查询语句里 做为一个结果集合返回