我在克服這個錯誤方面遇到了一些麻煩。當我完整地執行SELECT語句時,會顯示一條重複的消息。爲什麼我的SELECT語句顯示重複記錄?
的代碼是:
SELECT students.first_name, last_name ,entries.subject_id, subject_name, level_of_entry
FROM students, subjects , entries
WHERE subjects.subject_id=entries.subject_id
AND students.student_id=entries.student_id
AND exam_board='ocr';
This is what happens after that code is processed
These are the tables which the data is coming from
有沒有辦法停止複製或刪除重複的行嗎?
複製的行是第6和第7行;一個與Zeynnata Rein。
感謝您的幫助!
PS:對不起,物理學
請更新您的問題,並添加,而不是IMG的文字..所以誰想要回答避免鍵入代碼.. – scaisEdge
代碼** **必須在**的問題本身* *。 –
我沒有看到任何重複的記錄..請exaplain更好的問題 – scaisEdge