Hi,
I've a field with
www.s.com/p.php?id=3 www.s.com/p.php?id=4 www.s.com/p.php?id=5
if a do a query with the atribute 'group by' i want that the system regroup all that is after the '?'
is that possible?
SELECT field WHERE all that is after the '?' GROUP BY all that is after the '?'
the result should be:
www.s.com/p.php
thanks
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]