Hi.
I would like to know if there's any way to query for cmis:secondaryObjectTypeIds from cmis:document.
I know its values can be obtained with a simple SELECT * FROM cmis:document, but I only want this property and I'm trying to maximize performance (though I'm not really sure if it would have any significant improvement, but I would like to try). I know that a simple "SELECT cmis:secondaryObjectTypeIds FROM cmis:document" doesn't work because it's a multi-valued property, so what it's the way to do it? Or the only way it's through a "SELECT *"?