On Mon, May 21, 2012 at 12:01 PM, Paul McNett <[email protected]> wrote: > > It's strange and I've never quite put my finger on why, but I never use > DISTINCT on > my own databases. I occasionally seem to need to use it on inherited > databases, > though, and I see it in online tutorials all the time.
Well, SELECT DISTINCT says that there are multiple rows of data that have identical values, a good clue that the data is likely not normalized <s>. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CACW6n4s5+v_i9RP+hH_2MtNzToqqs_8W-tAHS-wkeqQH=sd...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

