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
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 ;
Most helpful comment
alt+x work for me, i thought ctrl-enter must work too because lines separate by
;