我有这种情况:
表一:
代码 | |
---|---|
1 | 1000 |
2 | 1222 |
这是一个简单的连接:
select t1.code, t2.Data, t1.Quantity
from table1 t1
join table2 t2
on t1.code = t2.code