• Fine!

    Are the folowing two SELECT statements equvalent (i.e. -- see my original question, -- "return exactly the same row set" no matter "what data is")?

    [font="Courier New"]SELECT xx FROM yy WHERE xx >=5 GROUP BY xx

    SELECT xx FROM yy GROUP BY xx HAVING xx >=5[/font]