Author: Alex Barkov
Email: [EMAIL PROTECTED]
Message:
> Try something like this:
>
> SELECT url_id,count(*) FROM dict WHERE word in ('words','to','find');
>
This is more correct:
SELECT url_id,count(*) FROM dict
WHERE word in ('words','to','find')
GROUP BY url_id;
Reply: <http://www.mnogosearch.org/board/message.php?id=3890>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]
