Skip to content
Advertisement

error 1064 (42000) : You have an error in your SQL syntax near to use %s

I dont know what I done wrong, but the error is : error 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 ‘%s’

JavaScript

I made this code above in my code :

JavaScript

This code is working. So idk why this code is working and the first one is not. NEED HELP ! THX !

Advertisement

Answer

The MySQL connector needs at least a list of 2 dimensions as parameter

So change your code to

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