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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:18:11+00:00 2026-06-07T18:18:11+00:00

I have a table hotel [hotelid,hotelname,etc] and another table facilities[facilityid,facilityname] these 2 tables are

  • 0

I have a table hotel [hotelid,hotelname,etc]

and another table facilities[facilityid,facilityname]

these 2 tables are linked through table hotel_to_facilities_map[hotelid,facility_id]

so the table hotel_to_facilities_map might contain values as

hotelid facility_id
-------------------
1         3
1         5
1         6
2         6
2         2
2         5

now i want to retrieve all the hotels which match ALL facilities asked for

select * from hotel_to_facilities_map where facility_id IN (3,5,2)

but this will cause the match as an OR Expression while i need AND.

is there any workaround or solution for this?

  • 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-07T18:18:13+00:00Added an answer on June 7, 2026 at 6:18 pm
    select hotelid
    from hotel_to_facilities_map
    where facility_id in (3,5,2)
    group by hotelid
    having count(*) = 3
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables like the following hotels ------ hotelID hotelName Second table operators
i have existing tables hotel and hotel_services . hotel table contains: hotel_id hotel_name hotel_services
I have 2 tables, Facilities and Services . CREATE TABLE Facilities ( facility_id NUMBER(2)
I have two tables: hotels and hotel_rooms I'm trying to get a table with
I have an SQL query that currently displays all the people in table HOTEL
I have the following table that records when a particular room in a hotel
I have two main questions on getting 2 set of tables. table : room_type
I have 3 table : hotel : id, hotel_name hotel_supplier:id, supplier_name hotel_price:id, hotel_id, supplier_id,
Here are my tables: ----------------------------------------- Hotels ----------------------------------------- HotelID | HotelName ----------------------------------------- ----------------------------------------- HotelImages -----------------------------------------
Here are my tables: ----------------------------------------- Hotels ----------------------------------------- HotelID | HotelName ----------------------------------------- ----------------------------------------- HotelImages -----------------------------------------

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.