Query 'select p.date, v.venueID, v.venueName, v.City, v.State, e1.eventTypeID, e1.eventID, e1.eventName as eventName, e2.eventName as OName, p.opponentID as Opponent from productions p, events e1, events e2, venues v where p.productionID = 562071 and e1.eventID = p.eventID and e2.eventID = p.opponentID and v.venueID = p.venueID' failed : Table 'tickets_db.productions' doesn't exist