最新回答 / cloudsky3387380
select *from 表名where type=2unionselect t1.*from (??? select *??? from 表名??? where type=1 ??? ) t1left join (??? select *??? from 表名??? where type=2 ) t2on t1.group_id=t2.group_idwhere t2.type is null
2021-08-09
最新回答 / Mo0ccccc
筆記在就在這兩個(gè)網(wǎng)址里。
最贊回答 / 重裝機(jī)兵No1
解決了,環(huán)境變量path里面新增一個(gè)路徑?C:\Program Files\MySQL\MySQL Server 8.0\bin
2021-07-31
最贊回答 / 重裝機(jī)兵No1
設(shè)置環(huán)境變量path就可以了C:\Program Files\MySQL\MySQL Server 8.0\bin<...圖片...>
2021-07-31
最新回答 / weixin_慕粉4091370
網(wǎng)上尋找對(duì)應(yīng)版本的完整安裝包即可,如5.7.22版本到8.0