Skip to content

PaulTheAnalyst/SQL-QUERIES-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published