Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: COUNT(DISTINCT xxx)

    Because you emulator will not allow Count(Distinct(marq)) then try

    select count(marq) from Car c

    where c.no IN (select max(no) from Car group by marq)

    assuming that [no] is a record key.

Viewing post 1 (of 1 total)