[thelist] sql de-doupe

Brian Cummiskey brian at hondaswap.com
Sat Feb 2 15:48:54 CST 2008


r937 wrote:

> so go ahead and use GROUP BY, like this --
> 
>    SELECT model
>         , MIN(cat) 
>         , COUNT(foo)
>         , AVG(bar)
>         , ...  
>      FROM daTable 
>    GROUP 
>        BY model
> 
> but i already know what you're going to say next
> 
> ;o)
> 

I wish I was on mysql instead?  haha



More information about the thelist mailing list