Dbeaver: SQL command not properly ended

Created on 29 Feb 2016  路  3Comments  路  Source: dbeaver/dbeaver

When i try execute this two string at same time i get error.

COMMENT ON COLUMN XXX.TABLES.SELECT_SQL IS '褏褏褏';
COMMENT ON COLUMN XXX.TABLES.SELECT_SQL_FORMAT IS '褏褏褏';

DBCException: SQL Error [933] [42000]: ORA-00933: SQL command not properly ended
java.sql.SQLSyntaxErrorException: SQLSyntaxErrorException: ORA-00933: SQL command not properly ended

question

Most helpful comment

alt+x work for me, i thought ctrl-enter must work too because lines separate by ;

All 3 comments

What do you mean "at the same time"? These are two separate queries, they should be executed separately. You can execute them with al+x or ctrl+alt+x - then dbeaver will parse them and execute one by one.

I select 2 lines and press ctrl-enter

alt+x work for me, i thought ctrl-enter must work too because lines separate by ;

Was this page helpful?
0 / 5 - 0 ratings

Related issues

antonwierenga picture antonwierenga  路  3Comments

Lakston picture Lakston  路  3Comments

codetrash picture codetrash  路  3Comments

FrederikNS picture FrederikNS  路  3Comments

Otiel picture Otiel  路  3Comments