distinct
If distinct=True
, the count will only include unique instances. This is the SQL equivalent of COUNT(DISTINCT <field>)
. The default value is False
.
distinct
If distinct=True
, the count will only include unique instances. This is the SQL equivalent of COUNT(DISTINCT <field>)
. The default value is False
.
Designed by : w10schools
service@w10schools.com
Please login to continue.