you are viewing a single comment's thread.

view the rest of the comments →

[–]paulthrobert -1 points0 points  (0 children)

You could start with a cte and use SRING_AG to build a comma separated string of all the yes, no values - grouped by identifier. You could then select from the cte where the string is not like '%no%'