Mysql Column 'xxxxx' in field list is ambiguous"
时间:2020-07-20 15:20:07
收藏:0
阅读:85
使用了关联查询,两张表有相同的字段,所以说取值含糊不清;
使用别名.列名解决; 如 a.description
评论(0)