I am inserting the same number of values as of my number of columns with correct data type but still, it is showing, column count does not match.
All the columns are here in this link
INSERT INTO map_city VALUES -> ('IN',744101,'marine jetty','andaman & nicobar islands','south andaman','portblair',11.6667,92.75,3,132,51,57,5,163,55,2770,4.76534296,2.057761733,5.884476534,61.92561093,8.605560944,763.0978608); ERROR 1136 (21S01): Column count doesn't match value count at row 1
I have also tried, double quotes but still not working.