ใน MySQL มี function สำหรับ sort ip ให้ด้วย ^^.
คำสั่งที่ว่า คือ INET_ATON
SELECT * FROM `table_names` ORDER BY INET_ATON(`ip_addr`) ASC
Just another WordPress Site
ใน MySQL มี function สำหรับ sort ip ให้ด้วย ^^.
คำสั่งที่ว่า คือ INET_ATON
SELECT * FROM `table_names` ORDER BY INET_ATON(`ip_addr`) ASC