Coba lakukan matematika di luar:
SELECT CAST(IFNULL(comboCount, 1) AS INT) * COUNT(partID) INTO comboCount
FROM productOption
Jika tidak berhasil, coba CAST
sebagai UNSIGNED
; bukan INT
.
Coba lakukan matematika di luar:
SELECT CAST(IFNULL(comboCount, 1) AS INT) * COUNT(partID) INTO comboCount
FROM productOption
Jika tidak berhasil, coba CAST
sebagai UNSIGNED
; bukan INT
.