in reply to Re^2: Array question
in thread Array question

If this is a table why don't you let the database do the work?

SELECT date, ip, sum(a), sum(b) FROM table GROUP BY date, ip

___________
Eric Hodges