Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7713891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T01:59:09+00:00 2026-06-01T01:59:09+00:00

This code didn’t works as expected. I want to select all the posts that

  • 0

This code didn’t works as expected. I want to select all the posts that have the TAGS 561, 562, together or separately, but without any tag that is not present here->>> IN (561, 562)

 SELECT post_id_post
 FROM post_has_tags
 WHERE tags_id_tags IN (561, 562)
 HAVING COUNT(tags_id_tags) <= 2 

post_id_post        tags_id_tags    
600                    561  
600                    562  
600                    917  // 917 is not inside IN (561, 562)

But this code will output the post 600. It’s wrong, the correct output should be no results.

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T01:59:10+00:00Added an answer on June 1, 2026 at 1:59 am

    Try this:

    select distinct p1.post_id_post from post_has_tags p1
    where not exists (
      select * from post_has_tags p2
      where p1.post_id_post = p2.post_id_post and p2.tags_id_tags not in (561, 562)
    )
    

    I don’t want to be less than Phil, so I’m adding my fiddle too 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This code works but it is a bit limited so I want to remove
This code works (C# 3) double d; if(d == (double)(int)d) ...; Is there a
This code always works, even in different browsers: function fooCheck() { alert(internalFoo()); // We
I think many of you have this kind of code somewhere: int foo; switch
I tried this code in the view controller, but it didn't work. Why is
I'm trying this code I found with google, but it didn't connect to my
This code works - It takes an array of full txt file paths and
I am doing a job which involves javascript code that I didn't write. Currently
I'm trying to run this code taken from Sun Java site (I didn't copy
This code works as it should (subtracting the days between 2 dates), but it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.