inner join 是sql的基本关联语法例如表a,表b,2个表有关联字段一般是这样写 select * from a inner join b on a.id=b.id 2个表关联查询相关数据的意思 array是数组的 ...
確定! 回上一頁