สิ่งที่น่าทึ่งในชีวิต
๑๑/๐๕/๒๕๕๓
MySQL find duplicate reccords
This is show you when you want to find duplicate reccord on MySQL .
select address, count(impt_key) as count_impt
from table
group by impt_key
having count_impt > 1
order by count_impt;
บทความที่ใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
บทความ (Atom)