07-31-2009 08:41 AM
07-31-2009 09:18 AM
SELECT * FROM (select * from alf_node where type_qname_id = 5) users, alf_node_properties properties WHERE users.id = properties.node_id;
07-31-2009 09:43 AM
08-03-2009 01:24 AM
08-04-2009 02:28 PM
Note, however that's it's a really, really bad idea to access the database directly (except perhaps read-only operations).
08-05-2009 04:11 AM
08-05-2009 05:03 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.