04-26-2013 04:52 AM
04-26-2013 08:57 AM
04-28-2013 09:31 AM
04-30-2013 12:01 PM
select * from alf_node left join alf_node_properties on alf_node.id = alf_node_properties.node_id left join alf_content_data on alf_node_properties.long_value = alf_content_data.id left join alf_qname as propQName on propQName.id = alf_node_properties.qname_id left join alf_qname as typeQName on typeQName.id = alf_node.type_qname_id left join alf_content_url on alf_content_data.content_url_id = alf_content_url.id where typeQName.local_name = "content" and propQName.local_name = "content";
05-06-2013 08:01 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.