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

  • Home
  • SEARCH
  • 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 8082575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T17:09:34+00:00 2026-06-05T17:09:34+00:00

I want to do exclude join if row has (same tool and same recipe)

  • 0

I want to do exclude join if row has (same tool and same recipe)
when I run following code

select a.tool, a.recipe
from dual a
where a.tool NOT IN (select b.tool from daul2 b)
and a.recipe NOT IN (select b.recipe from dual2 b) 

It, first, filters tool then recipe, but I wish the program check it at the same time.

Is there a way to check two column at the same time?

  • 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-05T17:09:36+00:00Added an answer on June 5, 2026 at 5:09 pm

    I’m not completely sure that I understand what you’re asking. My guess is that you want either

    SELECT a.tool, a.recipe
      FROM table1 a
     WHERE (a.tool, a.recipe) NOT IN (SELECT b.tool, b.recipe
                                        FROM table2 b)
    

    or

    SELECT a.tool, a.recipe
      FROM table1 a
     WHERE NOT EXISTS( SELECT 1
                         FROM table2 b
                        WHERE a.tool = b.tool 
                          AND a.recipe = b.recipe )
    

    If that’s not what you want, could you post some sample data and explain what you are trying to exclude and include?

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

Sidebar

Related Questions

I want to exclude the following characters from my string: \-- ' < >
Is there a way to achieve the following in Maven? I want to exclude
select film.title from film left outer join filmitem ON film.filmid = filmitem.filmid left outer
I want to exclude first and second element from jquery selector. I tried this:
I want to exclude all directories from my search in PowerShell. Both FileInfo and
Hi want to exclude 2 or more files from my batch file. My batch
I want to exclude a subdirectories by pattern in subversion because the development tool
I want to exclude all subfolders named ajax in any folder from indexing by
I want to exclude some file paths from ProGuard. Example com.myapp.customcomponents How can I
I want to exclude properties from bean to json using json-lib at runtime. How

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.