Página Inicial
PesquisaNoticiasBlogosferaAkademya

Periódicos em Acesso Livre [últimos 15 dias]

feedback:
Sobre: pt en
Blog:
Table 'harvester2_2.entries' doesn't exist
SELECT e1.entry_id , e1.record_id , e1.value as titulo , e2.value as fonte , records.datestamp, records.archive_id, archive_sets_records.setSpec FROM harvester2_2.entries as e1 join ( harvester2_2.entries as e2 , harvester2_2.records , harvester2_2.archive_sets_records ) on ( (e1.record_id = e2.record_id and e2.raw_field_id=32) and e1.record_id = harvester2_2.records.record_id and e1.record_id = harvester2_2.archive_sets_records.record_id) where e1.raw_field_id=1 AND not e1.value IS NULL order by records.datestamp desc limit 150 ;