Skip to content

Instantly share code, notes, and snippets.

@eminetto
Last active December 15, 2015 05:59
Show Gist options
  • Select an option

  • Save eminetto/5212852 to your computer and use it in GitHub Desktop.

Select an option

Save eminetto/5212852 to your computer and use it in GitHub Desktop.
SELECT "comments"."description" AS "description",
"comments"."name" AS "name",
"comments"."comment_date" AS "comment_date",
(SELECT "posts"."title" AS "title" FROM "posts" WHERE id = post_id) AS "post_title"
FROM "comments"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment