Created
July 31, 2010 19:16
-
-
Save mikl/502511 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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