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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:49:43+00:00 2026-06-13T12:49:43+00:00

There are tables orders , shipping_types , and shipping_modules How can I print information

  • 0

There are tables orders, shipping_types, and shipping_modules

How can I print information from the table orders, and one field from the table shipping_modules?

where 
    o.shipping_type_id = st.shipping_type_id 
and st.shipping_module_id = sm_shipping_module_id

That is, JOIN here like you can not use because there are used in conjunction, not two but three tables.

  • 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-13T12:49:44+00:00Added an answer on June 13, 2026 at 12:49 pm

    No, join is still allowed here. You can join multiple tables if you want.

    SELECT  a.*, c.shipping_module_id
    FROM    orders a
            INNER JOIN shipping_types b
                ON a.shipping_type_id = b.shipping_type_id
            INNER JOIN shipping_modules c
                ON b.shipping_module_id = c.shipping_module_id
    

    just change c.shipping_module_id to your desired column name to show.

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

Sidebar

Related Questions

There are two tables Table 1 select * from manage_tcp; +----+----------+--------+ | id |
Given these tables: create table Orders ( Id INT IDENTITY NOT NULL, primary key
There's a table like this one ______________________ | id | title | order |
Performance consideration: Spread rows in multiple tables vs concentrate all rows in one table.
I am trying to syphon data over from one table to another. The problem
Say I have 2 tables: Customers and Orders. A Customer can have many Orders.
Can anybody help me with this query ? I have 3 tables : orders,
I am trying to copy values directly from one mysql table to another... but
I have 2 tables: orders orderItems connected to one another threw a relationship(FK orderId
I have two tables (Orders, Transactions) and a TransactionsOrders lookup table that just retains

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.