select [column_name], count(*) as repeat_count --重複出現的次數 from [table_name] group by [column_name] having count(*) < 1 --列出重複出現一次以上的資料 --[column_name]:要查詢重複的欄位名稱 --[table_name]:所要查詢的資料表
沒有留言:
張貼留言