Improvement to Execute Current Statement.
I would like to be able to control what the Current Statement is by adding empty lines. In the example below, the inner query cannot be executed by itself.
Select a from
(
select 1 as a <-- Cursor Here
)
) b
1
vote
Anonymous
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Just want to inform you that it is already fixed.
There was an extra bracket in the SELECT statement.
So we would like to suggest updating to the latest version and check there.
Best,
Devart Support Team