par
Invité » 26 oct. 2009, 11:17
désolé, j'étais a l'ouest, beaucoup de fatigue.
donc j'ai fais ça :
update appel set `REPONSE_APPEL`=concat(`REPONSE_APPEL`, ' ',"reorganisation service") where `DATE_APPEL`<'2009-06-01' and `CODE_GR`=8 and cloturer=0
donc ça fonctionne, mais pas totalement, si le reponse_appel est vide(NULL) alors ça ne me rajoute pas le reorganisation service.
merci
désolé, j'étais a l'ouest, beaucoup de fatigue.
donc j'ai fais ça :
[php]update appel set `REPONSE_APPEL`=concat(`REPONSE_APPEL`, ' ',"reorganisation service") where `DATE_APPEL`<'2009-06-01' and `CODE_GR`=8 and cloturer=0 [/php]
donc ça fonctionne, mais pas totalement, si le reponse_appel est vide(NULL) alors ça ne me rajoute pas le reorganisation service.
merci