Date |Thu, 26 Jul 2001 21:11:20 +0100
>From |"Graham Nichols" <[EMAIL PROTECTED]>
Hello!
GN> Hi Grigory,
GN> your query below only runs without error if I leave out the word DISTINCT.
>> SELECT web_date, dayofmonth(web_date) AS d, COUNT(DISTINCT IP_address) AS c
>> FROM web_stats GROUP BY d OR
Date |Thu, 26 Jul 2001 18:56:04 +0100
>From |"Graham Nichols" <[EMAIL PROTECTED]>
Hello!
GN> Hi,
GN> I'm using MYSQL version 3.22.32. I have read that from version 3.23.xx COUNT
GN> can be used in combination with DISTINCT. However, I have a project deadline
GN> which does not give me time to u
On 26-Jul-2001 Graham Nichols wrote:
> Hi,
>
> I'm using MYSQL version 3.22.32. I have read that from version 3.23.xx COUNT
> can be used in combination with DISTINCT. However, I have a project deadline
> which does not give me time to upgrade.
>
> I have a small table 'web-stats' consisting of
Hi,
I'm using MYSQL version 3.22.32. I have read that from version 3.23.xx COUNT
can be used in combination with DISTINCT. However, I have a project deadline
which does not give me time to upgrade.
I have a small table 'web-stats' consisting of the following fields:
IP_address
web_date
web_time