NULL in database must be transform as 99 for teff_entrep, teff_etab

This commit is contained in:
Michael RICOIS 2012-06-01 08:16:34 +00:00
parent 34e9a95f55
commit b7ca8386c0

View File

@ -21,8 +21,8 @@ source ciblage
age_etab, \
tca, \
tcaexp, \
teff_entrep, \
teff_etab, \
IF(teff_entrep IS NULL,99,teff_entrep), \
IF(teff_etab IS NULL,99,teff_etab), \
IF(web='',0,1) AS web, \
IF(mail='',0,1) AS mail, \
IF(adrDom='',0,1) AS adrDom, \