HI! Try this select c.traffic from (select sum(bytes) as traffic from traffic_table group by ip) c where c.traffic<(100*1024*1024);
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])