Pluto1612127
密码错误,确认一下密码。
weixin_慕设计2341855
海波_
慕雪1032859
select *
from 表名
where type=2
union
select t1.*
from (
select *
from 表名
where type=1
) t1
left join
(
select *
from 表名
where type=2
) t2
on t1.group_id=t2.group_id
where t2.type is null
qq_慕运维7478634
可能是你写的sql语句过多界面显示的的是最后一行 你用鼠标滚轮往下滑就好了 并不是光标没了 而是没显示出来
芷熙
威廉王子
老师后面课程里面的那个《mysql-必知必会.md》文档在哪里呀?一直没找到