NULL in database must be transform as 99 for teff_entrep, teff_etab
This commit is contained in:
parent
34e9a95f55
commit
b7ca8386c0
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user