i don't know if someone already gave you a suggestion such as:
select distinct mail
from (
select mail , filename, count(*)
from table
having count(*) > 1
group by mail,filename
);
i presume that you're looking for disctinct mails of users that downloaded
the same file more than once.
hope
Thanks Marie and MeX for having a look.
dave
PHP 5.0.0RC3 / phpinfo() does not contains any informations about OpenSSL.
PHP 4.3.7 on FreeBSD 4.10-STABLE cvsup-ed contains below:
Apache/2.0.50 (FreeBSD) PHP/4.3.7 mod_ssl/2.0.50 OpenSSL/0.9.7d
MeX
[EMAIL PROTECTED]
On 7.7.2004 18:12 , [EMAIL PROTECTED] wrote:
If anyone 'listening' has the ph
I have written a shortest point algorithm that takes a number of
addresses and finds the best delivery route. Yahoo maps finds the
distances between two addresses but I cannot seem to find out how to
grab the results and use them in my algorithm.
How should I approach this problem?
- Matt
--
If anyone 'listening' has the php 4.3.7 binary installed on Windows, would
you kindly run phpinfo() and let me know what version of OpenSSL is
bundled with the release ( should be either 0.9.7c or 0.9.7d ).
Thanks,
dave