Skip to content

Instantly share code, notes, and snippets.

@mikl
Created July 31, 2010 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikl/502511 to your computer and use it in GitHub Desktop.
Save mikl/502511 to your computer and use it in GitHub Desktop.
SELECT n2.title, n1.title FROM content_field_session_presenters AS cfsp
INNER JOIN node AS n1 ON cfsp.field_session_presenters_nid = n1.nid
INNER JOIN node AS n2 ON cfsp.nid = n2.nid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment