mysql 查詢數據資料是否有重複
Temperature: 0 °C
有沒有試過資料庫裡上萬筆資料卻不知道是不是有重複的數據?
這時你一定要試試這個查詢方法~
//列出是否有重複的姓名
select name,count(*) as count from member_table group by name having count >1
//上列查詢是說要查詢member_table的表單裡有沒有name相同的數量是大於1的
HOME All Categories mysql 查詢數據...
Temperature: 0 °C
有沒有試過資料庫裡上萬筆資料卻不知道是不是有重複的數據?
這時你一定要試試這個查詢方法~
//列出是否有重複的姓名
select name,count(*) as count from member_table group by name having count >1
//上列查詢是說要查詢member_table的表單裡有沒有name相同的數量是大於1的
Mark Chang
離不開電腦的宅男
Leave some footprints to prove that you visited me
Author's other related stories
Please select an option
error
Copy complete
Hi, thank you for your participation, but you cannot vote repeatedly~
Wrong format