POV-Ray : Newsgroups : povray.off-topic : Another stupid SQL query problem : Re: Another stupid SQL query problem Server Time
1 Oct 2024 05:18:38 EDT (-0400)
  Re: Another stupid SQL query problem  
From: Halbert
Date: 21 Apr 2008 17:34:51
Message: <480d087b$1@news.povray.org>
> That's easy, then.
>
> select email, count(*) from logtable where '2008-...' < logtime and 
> logtime < '2008...' group by email
>
> The "group by" (and possibly "with rollup" and "having" clauses) is what 
> you need to read up on.
>
> If you need one of the IP addresses or other columns to come back, it's 
> harder.


In reality, I need to select based on DK (a company identifier,)the script 
name and the date range but I think that it would be sufficient to return 
with only the email and the count.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.