Skip to Main Content

Oracle Developer Tools 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.

Format ALTER table

LindsaySApr 12 2024 — edited Apr 12 2024

Hi

Is there any setting to control the formatting of ALTER table statements?

At present a line such as:

ALTER TABLE drone_type ADD CONSTRAINT training_drone_type_fk FOREIGN KEY (train_code) REFERENCES training (train_code);

is returned as a single line.

As an alternative can anyone suggest a better formatter than the inbuilt one?

Lindsay.

Comments
Post Details
Added on Apr 12 2024
3 comments
140 views