> or one line for each sess_id with only one row:
> select * from tracker where count(sess_id)=1 and day='1' and month='
> ".$month." '  group by sess_id;

sorry that was wrong!
correct:
select * from tracker where day='1' and month=' ".$month." '  group by
sess_id having count(sess_id)=1;

michi

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to