ACC PROCESS
Unknown column 'FORMATION' in 'where clause'
select sit_id,sit_libelle,tss_tsi_id
from nf_com_situation
inner join nf_com_type_situation_situation on sit_id = tss_sit_id
inner join nf_com_type_situation on tsi_id = tss_tsi_id
where sit_etat=1 and tss_tsi_id=FORMATION and TSI_ID = 'FORMATION'
order by SIT_TRI asc