On Feb 6, 2008 10:59 PM, Andrew Ballard <aballard@xxxxxxxxx> wrote: > Of course, in this case you could just avoid all the confusion with > this statement as well: > > SELECT DISTINCT name, size > FROM wine im not sure why, but i think distinct is typically way slower than group by. -nathan