Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Running a SQL query with comment at the end jumps to script output

Hello out there,
I stumbled over a strange behavior when a SQL ends with a comment.

Consider this:

select * from dual; -- what?

When I run the query (e.g. via F9) the script output is shown and not the query output.
The query output is filled though. I did not notice this behavior prior to 24.2.0.

Without the comment, it works as expected.

This post has been answered by thatJeffSmith-Oracle on Aug 9 2024
Jump to Answer
Comments
Post Details
Added on Aug 9 2024
1 comment
78 views