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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:34:41+00:00 2026-05-18T12:34:41+00:00

I want to pull data from three tables, but if the data doesn’t exist

  • 0

I want to pull data from three tables, but if the data doesn’t exist in the 3rd table, the data from the two other tables should be pulled.

I have a query now:

SELECT m.name, m.zipcode, p.lat, p.lon, meta.meta_value
FROM members AS m
INNER JOIN zipcodes AS p ON m.zipcode = p.zipcode
INNER JOIN usermeta AS meta ON m.id = meta.id
WHERE m.zipcode = p.zipcode AND meta.meta_key = 'image' m.country = "USA"

m.id and meta.id don’t exist for all of them.

For those who have m.id, “image” doesn’t exist for all.

I want to pull the data from the 2 other tables independently of the existence of “image” and m.id.

How can I do that?

  • 1 1 Answer
  • 3 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-05-18T12:34:42+00:00Added an answer on May 18, 2026 at 12:34 pm

    How about changing the query to

    SELECT m.name, m.zipcode, p.lat, p.lon, meta.meta_value
    FROM members AS m
    INNER JOIN zipcodes AS p ON m.zipcode = p.zipcode 
    LEFT OUTER JOIN usermeta AS meta ON m.id = meta.id
    WHERE m.zipcode = p.zipcode AND COALESCE(meta.meta_key,'image')='image' AND m.country = 'USA'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want pull the data from only a specific column, but what Is returned
I am trying to pull multiple columns from 3 joined tables, but I want
So I have three tables I am trying to pull data from with the
I need to pull data from two tables: Neptune_FN_Analysis and Neptune_prem There will be
I want to pull data from a database to display into a ComboBox, and
I have a multidocument application. I want to pull data from each of those
I have a remote monotone repos I want to pull from, but I really
I have 2 tables. One (artWork) with all the data I want to pull
I'm trying to figure out how to pull different data scenarios from my table
I have two tables, omc_categories and omc_products. I want to pull out categories name

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.