例如表一的a列和表二的a列匹配查找,返回表2中相匹配的b列作为视图中的一列,想实现的功能类似VLOOKUP
select table1,table2.b from table1,table2where table1.a = table2.a