JCR SQL2 query to find multi-value property with duplicate values?
Is there a way to construct a SQL2 query that would find a multi-value property containing duplicate values?
For instance, we have a multi-value String property called "language". Can a SQL2 query find a node which contains two or more instances of 'en' (English) in the "language" property?
