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!

Syntax error in VS Code for correct sql

HarmanDec 23 2024

A simple query “select * from table_name” is reformatted with linebreak after *. When I press ctrl + Enter, it is throwing syntax error. If I right click and click on Run statement, it runs without issues? It might need a fix in the default PL/SQL formatter. Any suggestions?

SELECT *
^
SyntaxError: invalid syntax

Comments
Post Details
Added on Dec 23 2024
1 comment
274 views