标签:mysql
1、错误描述
1 queries executed, 0 success, 1 errors, 0 warnings 查询:update t_user_info t inner join t_pro_info t0 on t.`pro` = t0.`id` inner join t_stu_info t1 on t1.`id` = t0.`co... 错误代码: 1111 Invalid use of group function 执行耗时 : 0 sec 传送时间 : 0 sec 总耗时 : 0.001 sec
3、解决办法
错误代码: 1111 Invalid use of group function
标签:mysql
原文地址:http://blog.csdn.net/you23hai45/article/details/46564713