Skip to content
Advertisement

MySQL Insert Issue : #1136 – Column count doesn’t match value count at row 1

Im trying to input value of continous counting debit-kredit into saldo column, heres my sql code

I want to do debit – kredit and put in saldo column, my query above allows me to retrieve saldo values but not failed on inserting

#1136 – Column count doesn’t match value count at row 1

Heres my table

Heres what i want

Advertisement

Answer

Do you want to update the value:

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement