Sorting IP Address in MySQL

ใน MySQL มี function สำหรับ sort ip ให้ด้วย ^^.

คำสั่งที่ว่า คือ INET_ATON

SELECT * FROM `table_names` ORDER BY INET_ATON(`ip_addr`) ASC