Error: 1120 - SQLSTATE: 42000 ER_WRONG_OUTER_JOIN

  • Share
  • Share

Description:
Message: Cross dependency found in OUTER JOIN; examine your ON conditions

MySql-Server , , ,

  1. admin
    April 8th, 2009 at 15:21 | #1

    Make sure that you DON’T use a table before it is being joined. Check if your query has any out-of-order joins. This error might occur when trying to join one particular table that is corrupted or has some inconsistencies in backend. Drop the table and recreate it.

  1. No trackbacks yet.