?select A.VintageID,???? VinID, COUNT(distinct Vintage),IsVintage ???? from? VintageData as A? ???? left join?? Vintage as B on???? A.VintageID=B.VintageID? ????? where A.IsShow='1'and Vintage BETWEEN '2007'? AND '2011'????? group by A.IsShow ???? order? by Vintage desc
怎麼用sql 去掉 左鏈接查出來重複的數(shù)據(jù),並且倒序排列,下面的出了什麼錯(cuò)
慕田峪4524236
2018-12-06 12:05:26