Performance : improve VERIF

This commit is contained in:
Dany De Bontridder 2016-12-02 23:33:25 +01:00
parent 0d88361cf3
commit 600fc7265e

View file

@ -107,7 +107,7 @@ echo '</div>';
where
source.j_id < target.j_id
and source.j_poste<>target.j_poste
and source.j_qcode = target.j_qcode
and source.f_id = target.f_id
and $sql_year_source and $sql_year_target
";
$sql_poste="select distinct j_poste,pcm_lib from jrnx join tmp_pcmn on (pcm_val=j_poste) where j_qcode =$1 $sql_year";