Create table
I need to get headers with more than one identifier, and at least one of the IDs is zero.
Thus, the expected result will be:
Cryptography Universe
I tried to execute the request below, but could not add the condition "at least one id is zero"
select Keyword,COUNT(distinct id) from
How can I continue here? Thank you for your help.
source share