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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:06:22+00:00 2026-06-14T02:06:22+00:00

I have two tables. tl and t2 . Each table has the columns: ID

  • 0

I have two tables. tl and t2. Each table has the columns: ID, name. The ID is a PK and Auto increment. The two tables are not connected to each other. The t2.name is a subset of t1.name, but after adding www. at the beginning of the string in the name.
Ex:

`t1`.`name`= ggg
`t2`.`name`= www.ggg

What I am trying to do is: selecting all the record of where t1.name not inserted in t2. So I wrote the following query:

select concat('www.',name) 
from db.t1
LEFT JOIN db.t2 
ON t2.name = t1.name
WHERE NOT EXISTS (select name from db.t2);

But, I get 0 result. I am certain that there are records that are available in t1 but not in t2. How can I select all the names in t1 that are not in t2??

  • 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-14T02:06:22+00:00Added an answer on June 14, 2026 at 2:06 am
    select concat('www.',name) 
    from db.t1
    LEFT JOIN db.t2 ON t2.name = concat('www.', t1.name)
    WHERE db.t2.name IS NULL
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables: Folder, Files. Each table has 4 fields: ParentID, ID, Name,
I have a table that has two columns that each contain a member id
i have two tables products and reviews each product has several reviews linked by
I have a table with two child tables. For each record in the parent
Here is the problem: I have two columns in a table that, for each
I have two tables, entities and components, each with a name and unique ID.
I have data in two tables that I want to query from. Each table
I want to compare two tables that has the same columns but different number
The Setup I have two tables, USERS and PETS . each user has an
I have two tables users with columns: uid, name, mail, etc users_roles with columns:

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.