输入banner图图片脚本导航/分类

mysql查询表里的重复数据方法

select username,count(*) as count from hk_test group by username having count>1;

mysql查询表里的重复数据方法

标签:bsp   count   mysq   value   test   查询   mys   方法   having