Skip to content
Advertisement

Unknown column ‘narozeni’ in ‘field list’ [closed]

Hello Im making database record in my discord.js bot. But im steel getting this error:

JavaScript

Code:

JavaScript

Db:

Image here!

I want to make record in database. I actually tried to give on values `. But still happens same error

Advertisement

Answer

Try using single or double quotes in the raw sql query. For example:

JavaScript

Backticks are not used in this way in SQL

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