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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:07:07+00:00 2026-06-12T22:07:07+00:00

I am trying to exclude rows in my table based on the id’s in

  • 0

I am trying to exclude rows in my table based on the id’s in other tables.
I have 2 tables of which a “select * from” results in a set like (1,2,3)

I am trying to combine the results from these 2 subqueries into one, like:

(1,2,3) + (4,5) = (1,2,3,4,5)

So I can filter the big table with a “NOT IN (1,2,3,4,5)”

I have been looking at GROUP_CONCAT’s, UNION and all other kinds, but I can’t seem to find something that actually works.

Anyone have a idea?

  • 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-12T22:07:08+00:00Added an answer on June 12, 2026 at 10:07 pm
    select *
    from Table3 
    where id not in (
        select id from Table1 --your subquery that returns 1,2,3
        union all
        select id from Table2 --your subquery that returns 4,5
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to exclude nested tables from my table striping (making every other
I'm trying to exclude a bunch of results from a database SELECT using the
I am trying to exclude some rows from a datatable based on, let's say,
I'm trying to exclude something from my results. I'm joining 3 tables, 1 with
I'm trying to write a query which will exclude rows based on their common
I'm trying to select all dom elements that have id=mydiv but exclude the ones
I'm trying to use an SQL insert statement to migrate rows from a table
I'm trying to exclude certain set of html tags from the xml string using
I'm trying to exclude selected rows based on the first letter of a column.
I'm trying to exclude any value from a certain field (table.value) that does not

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.