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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:24:34+00:00 2026-06-15T14:24:34+00:00

can u guys help me fix this up.. the error said ‘ Unknown column

  • 0

can u guys help me fix this up..

the error said ‘ Unknown column ‘d.idspesialis’ in ‘on clause’ ‘

SELECT a.*, b.*, c.*,  e.*,d.*, f.*,g.*
FROM ckehamilan a 
    INNER JOIN  pasien  b 
            ON a.noRM=b.noRM 
    INNER JOIN ( select idPegawai , NamaPegawai as NamaDokter from tpegawai )  d 
            ON a.idPegawai=d.idPegawai 
     LEFT JOIN spesialis e 
            ON e.idspesialis=d.idspesialis 
    INNER JOIN ( select idPegawai , NamaPegawai as NamaParamedis from  tpegawai )  f 
            ON a.idparamedis=f.idPegawai 
     LEFT JOIN imunisasi g 
            ON a.idimunisasi=g.idimunisasi
    INNER JOIN  ruang  c 
            ON a.idruang=c.idruang 
  • 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-15T14:24:36+00:00Added an answer on June 15, 2026 at 2:24 pm

    your subquery doesn’t have column idspesialis

    try this,

    (
        SELECT idPegawai, NamaPegawai AS NamaDokter, idspesialis
        FROM tpegawai
    ) d
    

    your full query should look like below,

    SELECT a.*
        , b.*
        , c.*
        , e.*
        , d.*
        , f.*
        , g.*
    FROM ckehamilan a
        INNER JOIN pasien b
            ON a.noRM = b.noRM
        INNER JOIN 
            (
                SELECT idPegawai, NamaPegawai AS NamaDokter, idspesialis
                FROM tpegawai
            ) d
            ON a.idPegawai = d.idPegawai
        LEFT JOIN spesialis e
            ON e.idspesialis = d.idspesialis
        INNER JOIN 
            (
                SELECT idPegawai , NamaPegawai AS NamaParamedis
                FROM tpegawai
            ) f
            ON a.idparamedis = f.idPegawai
        LEFT JOIN imunisasi g
            ON a.idimunisasi = g.idimunisasi
        INNER JOIN ruang c
            ON a.idruang = c.idruang
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to delete from database result of this query? can you guys help me
Can you guys help me figure this out? I have the following JavaScript snippet:
I'm hoping you guys can help me figure out why this is happening. I've
I hope some of you guys can help me with this problem.... I have
Hey guys i had an idea yesterday. Can you help me with this. Here
Yo guys, this is bugging me and I can't find a fix for it,
Can you guys help me optimize this query. What's a more efficient way to
here's my sql query below: Can you guys help me to convert this to
Can you guys help with this please? I need to convert a real number,
can you guys help to convert a JPG File into an 2-dimensional int []

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.