SELECT "posts".* FROM "posts" WHERE "posts"."id" IN (SELECT post_id FROM "posts" INNER JOIN "comments" ON "comments"."post_id" = "posts"."id" WHERE "comments"."title" = 'foo') AND "posts"."id" IN (SELECT post_id FROM "posts" INNER JOIN "comments" ON "comments"."post_id" = "posts"."id" WHERE "comments"."title" = 'bar')
-
Notifications
You must be signed in to change notification settings - Fork 0
PaulTheAnalyst/SQL-QUERIES-
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published