Vous voulez dire quelque chose comme ça ?
SELECT IF(`field` IS NULL, 0, `field`)...
Il y a aussi "IFNULL()":
SELECT IFNULL(`field`, 0)...
Vous voulez dire quelque chose comme ça ?
SELECT IF(`field` IS NULL, 0, `field`)...
Il y a aussi "IFNULL()":
SELECT IFNULL(`field`, 0)...