Error in SQL Phpmyadmin execution

Asked

Viewed 105 times

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) 
  • 4

    That one ‘F’ It’s kind of weird, I’ve tried to trade for 'F'?

  • 2

    Make the change that Francis suggested, the error is in the F'

  • Thanks guys. I don’t know where these signals came from, since I just copied and pasted and the previous ones worked. Thanks!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.