The syntax should be:
SELECT
COUNT(*)
FROM
table
WHERE
datasets="{}"
You use quotes plus curly braces to show array literals.
The syntax should be:
SELECT
COUNT(*)
FROM
table
WHERE
datasets="{}"
You use quotes plus curly braces to show array literals.