in reply to
Counting fields from database
SELECT
DISTINCT
threadId FROM ... ... SELECT COUNT(
DISTINCT
threadID) ...
Comment on
Re: Counting fields from database
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.
[reply]
In Section
Seekers of Perl Wisdom