select `documents_id`, `documents_location`, `documents_date`, `documents_cases`, `documents_source`, `documents_url`, `documents_title`, `documents_language`, `diseases_name`, `places_name` from documents INNER JOIN diseases ON (diseases_id = id_diseases) INNER JOIN places ON (places_id = id_places) JOIN results ON `documents_id`=`results`.`id_documents` where `results`.`filter`='tp' ORDER BY documents_cases LIMIT 0, 100Array ( [documents_id] => 106 [documents_location] => 20120106_wiadomosci.gazeta.pl_b7a7a935284f86094e297bd12f887dfbbbb570e29c3e1b22f5e3d7bc [documents_date] => 2012-01-06 [documents_cases] => N [documents_source] => wiadomosci.gazeta.pl [documents_url] => http://wiadomosci.gazeta.pl/wiadomosci/1,114873,9986375,Niemcy__Po_epidemii_EHEC_wiekszosc_kielkow_niegrozna.html [documents_title] => Niemcy. Po epidemii EHEC większość kiełków niegroźna [documents_language] => pl [diseases_name] => E.Coli [places_name] => Germany )
register