IntelliJ database tool double click error on certain tables
I've been using IntelliJ's database tool window for a while, and it has been working well.

One thing I frequently do is that double click on a table and view its content like this
Now this still works for most tables, and like the services tab shows

However, for a table named "user" it starts to report error

It's apparently weird that there are double quotations around the table name. And in a console window if I remove the double quotations I can successfully select all the table contents like other tables.
Why is the user table being double quoted and how I can make it work as other tables?
Please sign in to leave a comment.
what are your IDE & MySQL server version? could you please attach DDL for the 'user' table?