in reply to Counting fields from database

SELECT DISTINCT threadId FROM ... ... SELECT COUNT(DISTINCT threadID) ...

Replies are listed 'Best First'.
Re^2: Counting fields from database
by Anonymous Monk on Oct 05, 2020 at 16:22 UTC
    Garbage as usual.