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 6954951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:40:27+00:00 2026-05-27T14:40:27+00:00

My first table is as below (not important): tbl_Item ItemId,ItemName 1 ,’test’ 2 ,’test2′

  • 0

My first table is as below (not important):

tbl_Item

ItemId,ItemName
1     ,'test'
2     ,'test2'
3     , 'test3'

and second table is (Important table),this table tell us that ItemId has what specifications? For example ItemId 1 has specs 5 and 6 and 7

tbl_Spec

ItemId , SpecId
1      ,5
1      ,6
1      ,7
2      ,5
2      ,8
3      ,5
3      ,7

How can I select Items that have both SpecId 5 and 7

the result must be :

ItemId
1
3

SQL In (…) do the OR as default, but I want something with And Function.

My DBMS is SQL Server 2008

  • 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-05-27T14:40:27+00:00Added an answer on May 27, 2026 at 2:40 pm

    I’m sure there must be more elegant ways, but this should give you what you want (EDIT: fixed as per Michaeł Powaga’s suggestion).

    SELECT ItemId
    FROM tbl_Spec
    WHERE SpecId=5 OR SpecId=7
    GROUP BY ItemId
    HAVING COUNT(DISTINCT SpecId)=2
    

    p.s. Ali , if you need a more easily expandable solution, have you seen Mikael Eriksson’s answer?

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

Sidebar

Related Questions

The below SQL able to execute without error. My first table has this field
i want to create a table where first column have timing in below style
I have a simple table as below. CREATE TABLE `stats` ( `id` int(11) NOT
I have the below table ID First Name Last Name 1 Ruby Rails 2
Notice that for the given table below, the first row or the first many
Why would the align=center not be working on the first table on the page
I have database with many tables. In the first table, I have a field
I have a performance problem on a query. First table is a Customer table
I am trying to write a query that connects 3 tables. The first table
I have a database framework where I have two tables. The first table has

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.