Skip to content
Advertisement

My SQL Python ProgrammingError: 1064 (42000) [closed]

I am trying to store scraped data with scrapy to a sql database but I get the following error: ProgrammingError: 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 7

Please find my pipelines.py bellow

Advertisement

Answer

You have a coma too much,

use instead

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