Mots-clés
BDSP5 Thésaurus > Etudes méthodes et statistiques [NI] > Méthodologie > Evaluation
EvaluationSynonyme(s)Analyse intégrée MesureVoir aussi |
Documents disponibles dans cette catégorie (23602)


ALTER TABLE tri_tempo_1 ADD tbdate_parution varchar(255)
The table 'tri_tempo_1' is full

ALTER TABLE tri_tempo_1_update ADD INDEX (notice_id)
The table 'tri_tempo_1_update' is full

UPDATE notices, tri_tempo_1, tri_tempo_1_update SET tri_tempo_1.tbdate_parution = tri_tempo_1_update.tbdate_parution WHERE tri_tempo_1.notice_id=tri_tempo_1_update.notice_id AND notices.notice_id=tri_tempo_1.notice_id AND tri_tempo_1_update.tbdate_parution IS NOT NULL AND tri_tempo_1_update.tbdate_parution != ''
Unknown column 'tri_tempo_1.tbdate_parution' in 'SET'

ALTER TABLE tri_tempo_1 ADD tbtitle varchar(255)
The table 'tri_tempo_1' is full

ALTER TABLE tri_tempo_1_update ADD INDEX (notice_id)
The table 'tri_tempo_1_update' is full

UPDATE notices, tri_tempo_1, tri_tempo_1_update SET tri_tempo_1.tbtitle = tri_tempo_1_update.tbtitle WHERE tri_tempo_1.notice_id=tri_tempo_1_update.notice_id AND notices.notice_id=tri_tempo_1.notice_id AND tri_tempo_1_update.tbtitle IS NOT NULL AND tri_tempo_1_update.tbtitle != ''
Unknown column 'tri_tempo_1.tbtitle' in 'SET'

UPDATE notices, tri_tempo_1, tri_tempo_1_update SET tri_tempo_1.tbtitle = tri_tempo_1_update.tbtitle WHERE tri_tempo_1.notice_id=tri_tempo_1_update.notice_id AND notices.notice_id=tri_tempo_1.notice_id AND tri_tempo_1_update.tbtitle IS NOT NULL AND tri_tempo_1_update.tbtitle != ''
Unknown column 'tri_tempo_1.tbtitle' in 'SET'

ALTER TABLE tri_tempo_1 ORDER BY tbdate_parution DESC,tbtitle ASC
Unknown column 'tbdate_parution' in 'ORDER BY'

SELECT * FROM tri_tempo_1 ORDER BY tbdate_parution DESC,tbtitle ASC LIMIT 0,15
Unknown column 'tbdate_parution' in 'ORDER BY'