What does the distinct modifier for the select statement do?

March 21, 2010 - 9:39 am

SQL query

That eliminates duplicates in the resultset based on that column.

3 Responses to “What does the distinct modifier for the select statement do?”

  1. alex Says:

    Study fail!
    References :

  2. Serge M Says:

    Here is answer to your question:
    http://www.sql-ex.ru/help/select1.php#distinct
    References :

  3. TheMadProfessor Says:

    That eliminates duplicates in the resultset based on that column.
    References :

Leave a Reply