I’ve forgot a JOIN condition. I should search it. But oracle knows which are the tables that he wants to join in a cartesian product.
Is there any way to show the names of the tables?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
If the tables in the
FROMlist are:how can Oracle know which join condition is missing?
It could be
ON a.someid = m.someidorON a.someid = n.someidor … orON k.someid = z.someidor even a more complex one, like: