sql distinctsql distinct语句的用法【在线等】
		      2022-02-25
		    
		    求SQL语句 distinct的用法select distinct GoodsName from table order by GoodsName desc菜鸟求助sql语句distinct用法select distinct score.sid,student.sid from score,student 其实我很奇怪,你这俩表没任何联系的吗? 这样数据会重复的。  所以我觉得以上用distinct 还不一定真正能达到你要求。 因为这样...