Skip to content

Instantly share code, notes, and snippets.

@JonasHeylen
Created October 26, 2015 15:41
Show Gist options
  • Save JonasHeylen/c34f004796fc0fedd7a5 to your computer and use it in GitHub Desktop.
Save JonasHeylen/c34f004796fc0fedd7a5 to your computer and use it in GitHub Desktop.
Alfresco QNames
select q.*, n.uri from alf_qname q
left outer join alf_namespace n on n.id = q.ns_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment