SELECT * FROM taxonobservation LEFT JOIN taxoninterpretation USING (taxonobservation_id) LEFT JOIN plantconcept_ USING (plantconcept_id) ; -- runtime: 15 s ("Time: 13141.443 ms") @starscream