1
I am trying to include records by Phpmyadmin, but it is returning a strange error as excerpt below:
Error #1054 - Unknown column '€ F’' in 'field list'
Query:
INSERT INTO `pe_orclinhas` (`id_orclinha`, `grupo`, `orcgrupo`, `bandeira`, `dc`, `orclinha`, `registro`) VALUES (NULL, '38', '101', '47', ‘F’, 'Camry', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'Corolla', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'Etios', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'Hilux', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'SW4', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'RAV4', CURRENT_TIMESTAMP), (NULL, '38', '101', '47', ‘F’, 'Prius', CURRENT_TIMESTAMP)
That one
‘F’
It’s kind of weird, I’ve tried to trade for'F'
?– Francisco
Make the change that Francis suggested, the error is in the F'
– WMomesso
Thanks guys. I don’t know where these signals came from, since I just copied and pasted and the previous ones worked. Thanks!
– Webster Moitinho