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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T00:44:56+00:00 2026-05-30T00:44:56+00:00

I have 3 separate tables: ‘object’ (id, name, model_id), ‘object_model’ (id, name, type_id) and

  • 0

I have 3 separate tables: ‘object’ (id, name, model_id), ‘object_model’ (id, name, type_id) and ‘object_type’ (id, name).

How can I properly join these three to get the appropriate names from all the tables?

I’m trying to join by doing the following:

SELECT object.id AS id, object.name AS name, object_model.name AS model_name, object_type.name AS type_name 
FROM object 
LEFT JOIN object_model ON object_model.id = object.model_id 
LEFT JOIN object_type ON object_type.id = object.model_type_id

But get the error:

“Unknown column ‘object.model_type_id’ in ‘on clause'”

  • 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-05-30T00:44:57+00:00Added an answer on May 30, 2026 at 12:44 am

    Your column is called object_model.type_id. You have the dot and underscore in the wrong places.

    LEFT JOIN object_type ON object_type.id = object_model.type_id
    

    Otherwise, your query looks like it will do what you want it to do.

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

Sidebar

Related Questions

I have a two separate tables that contain parts of user name (don't ask
I have three tables so I can display separate tables and keep track of
I have a list of addresses in two separate tables that are slightly off
I have a view table which is a union of two separate tables (say
I have 2 tables in separate <div> 's. One is the header and the
INFORMIX-SE with ISQL 7.3: I have separate tables for Loan, Purchase & Sales transactions.
I have two separate tables both with user id columns uid . I want
I have two separate tables used for categories. One is Categories(ID, Title, Description) ,
I have two separate tables TVs and Receivers that I am using the FOR
I have 31 separate tables (actually I have 365, but lets keep this simple)

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.