02-21-2010 12:19 PM
04-29-2010 02:14 PM
SELECT anp1.node_id,
anp1.qname_id,
anp1.string_value as hash_pass,
anp2.string_value as user_string
FROM alf_node_properties anp1
INNER JOIN alf_qname aq1 ON aq1.id = anp1.qname_id
INNER JOIN alf_node_properties anp2 ON anp2.node_id = anp1.node_id
INNER JOIN alf_qname aq2 ON aq2.id = anp2.qname_id
WHERE aq1.local_name = 'password'
AND aq2.local_name = 'username';
08-16-2010 04:09 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.