Skip to content
Discussion options

You must be logged in to vote

DBeaver sends your query to the database as is. The error that you receive is the database response. year_month is a reserved word and can't be used without backticks (You can check it in a full list of the reserved words in MySQL docs https://dev.mysql.com/doc/refman/8.4/en/keywords.html#keywords-in-current-series)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #38270 on June 02, 2025 17:45.