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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:06:47+00:00 2026-06-12T04:06:47+00:00

I have a simple mysql query that work fine but it does not return

  • 0

I have a simple mysql query that work fine but it does not return all the values . All the values are returned when I use the left joined table alone but when I add the other tables only those that are all “=” return a value. Here is the query:

SELECT 

d.flight_no   , b.arrival_flight

FROM  
jtl_booking_transfer_details                    AS      b
LEFT  JOIN jtl_flight_info                      AS      d      
       ON  (d.flight_no      b.arrival_flight),

jtl_booking_master                                     a,
jtl_hotels                                             c,                                                               
jtl_airlines                                           e


WHERE 

a.voucher_number                             =        b.voucher_number             AND 
b.hotel_id                                   =        c.hotel_id                   AND
e.airline_code                               =        d.airline_code              
  • 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-12T04:06:48+00:00Added an answer on June 12, 2026 at 4:06 am

    Use the same syntax for getting all tables (easier to read : JOIN for … joining tables, WHERE clause for other predicates)

    SELECT 
    d.flight_no   , b.arrival_flight
    
    FROM  
    jtl_booking_transfer_details b
    LEFT JOIN jtl_flight_info d      
       ON  d.flight_no = b.arrival_flight
    LEFT JOIN  jtl_booking_master a 
       ON a.voucher_number = b.voucher_number
    LEFT JOIN jtl_hotels c 
       ON b.hotel_id = c.hotel_id
    LEFT JOIN jtl_airlines  e 
       ON  e.airline_code = d.airline_code
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple query (in a mySQL view) that php is using to
Please note that this question is not about the mysql query per se, but
I have a mysql query that I thought should be using my indexes but
I have got a simple MySQL table and primary index (id) is not numbered
I have a method which does a simple mysql insert, when I tried to
I have the following simple mysqli php application, which should work fine. $pk is
I have a simple MySQL table thats contains a list of categories, level is
I have a simple MySQL table for storing notification in a web with social
I have a very simple MySQL table Name | Time | Count James |
I currently have a very simple MySQL database (articlesDB) with 1 table (articles) and

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.