09-30-2013 01:14 AM
If dc:subjects is not set, am I correct that "quantified in predicate" (ANY dc:subjects NOT IN ('foo')) is FALSE? This is because at least one dc:subjects would need to exist that is not 'foo', right?
09-30-2013 05:01 AM
Yes. CMISQL ANY
generates a SQL EXISTS
with a subquery on the given predicate (=
for NOT IN
here).
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.