hello all
i would like to ask our moderators, as well, my fellow guest in here about the message i got after i issued a command.
the scenario is i'm trying to insert data to an existing table but i got a result that says:
#1136 - Column count doesn't match value count at row 1
and this is the command i have issued in the Run SQL query/queries:
INSERT INTO notes (
`phone`
)
VALUES ( 72091, 73321, 73378, 112717)
what is probably the cause of the error? and what is the right command i'm going to issue?
cheers! ;->