Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: select distinct mid

    Try using the following query:

    SELECT DISTINCT (mid(no_reg,3,2))

    FROM students

    It avoids using subqueries, and should work in MS Access.

Viewing post 1 (of 1 total)