mysql两个表具有相同字段 怎么合并成一个

日期:2018-08-24 23:47:03 人气:1

mysql两个表具有相同字段 怎么合并成一个

select a.id,a.name,b.nickname from 表1 a,表2 b where a.id=b.id
    A+
热门评论