一、插入测试数据下图测试数据中user_name为lilei、zhaofeng的用户是重复数据。二、剔除重复数据方法1.方法一:使用distinct代码如下(示例):selectdistinctuse...