這是我的一次筆試題,是查詢一個表(id,name)中重復(fù)的記錄: sql語句:select * from 表名 where name in (select name from 表名 having count(name)>1)