SHOW CREATE TABLE must be the only SQL statement in an editor for it to work #29887
Unanswered
edsuna
asked this question in
DBeaver Development
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using DBeaver Community 24.0.3.202404211624 with MySQL databases. Generally, I am able to have multiple SQL statements in an editor. As long as they are separated by a blank line I can run individual statements.
However, when I try to run a SHOW CREATE TABLE statement or a DESCRIBE TABLE statement if there are any other statements in the editor I get an SQL error. If this statement is the only statement in the editor then it completes successfully.
Is there any reason why these statements must be in an editor by themselves?
Beta Was this translation helpful? Give feedback.
All reactions