03-24-2015 06:22 AM
select * from alf_node nd, alf_node_properties np
where nd.id = np.node_id
and np.string_value = 'DELETED_FILE_NAME.doc'
03-24-2015 10:20 AM
select np.node_id, np.string_value
from alf_qname qn, alf_node_properties np
left outer join alf_node n on n.uuid = substring(np.string_value from 25 for 61)
where np.qname_id = qn.id
and qn.local_name = 'frozenNodeRef'
and n.id is null
03-31-2016 03:07 AM
Tags
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.