比如一个表字段是商品item,一个表字段是item的外键id和desc,怎么把第二个表加在第一个表里面呀。。
使用left join做链接查询
CREATE TABLE fzhselect * from fz1UNION ALLselect * from fz2