Last active
December 15, 2015 05:59
-
-
Save eminetto/5212852 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 "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