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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:24:54+00:00 2026-06-07T15:24:54+00:00

I have two tables. Main table is CompleteEmailListJuly11 and the second table is CurrentCustomersEmailJuly11.

  • 0

I have two tables. Main table is “CompleteEmailListJuly11” and the second table is “CurrentCustomersEmailJuly11”. I want to delete rows in CompleteEmailListJuly11 table that CurrentCustomersEmailJuly11 has based off email.

I’ve tried this following Delete example, but it doesn’t do anything close to what I’m trying to do. This only shows me the ones that EXIST in the database, it doesn’t show me the the list of emails that AREN’T matching.

DELETE * FROM CompleteEmailListJuly11 AS i 
WHERE EXISTS ( 
    SELECT 1 FROM CurrentCustomersEmailJuly11 
    WHERE CurrentCustomersEmailJuly11.email = i.EmailAddress
)

Help is greatly appreciated.

  • 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-07T15:24:56+00:00Added an answer on June 7, 2026 at 3:24 pm

    This is the query I think you need:

    DELETE FROM CompleteEmailListJuly11
    WHERE EmailAddress IN (SELECT email FROM CurrentCustomersEmailJuly11)
    

    Ps: The DELETE query does not delete individual fields, only entire rows, so the * is not necessary, you will also need to “Execute” this query rather than “Previewing” or “Exporting”

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

Sidebar

Related Questions

I have two tables. Table1 is our main table of data and Table2 has
I have two tables that are something like this: Main table: id (int), title
I have a question regarding the design of two tables. Table 1: The main
I have two tables. One is temp table and another is main table. In
I have two tables on mysql: users, and management. The users table has a
I have two tables (country & ducks) where the country table has every country
So my situation is this. I have two tables. A main table where data
Ok I have two tables. Table IDAssoc has the columns bill_id , year ,
I have a stored procedure that updates two tables. The first table is always
Suppose I have two tables Main and Other like the following: Main +----------+-----------------------------------+ |

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.