Add option to keep AS on same line as CREATE or ALTER statements
Is it possible to have the AS stay on the same line as CREATE or ALTER ddl statements?
For example I have
CREATE VIEW vSTuff as SELECT * From tbl which formats to
CREATE VIEW vStuff
as SELECT *
FROM tbl
I want
CREATE VIEW vStuff as
SELECT *
FROM tbl
1
vote
Anonymous
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your post.
Please be informed that you can customize the formatting as needed:
https://snipboard.io/qtaENk.jpg
Best,
Devart Support Team