table1
col1   col2   col3
1      abx     200
2      abx     100
3      ter     200
table2
col1   col2   col3   col4
3      ter     200   150怎么用SQL语句得出这个结果:
1      abx     200
2      abx     100
3      ter     200
3      ter     200