AS keyword
Include a formatting option to "Always include AS keyword for aliases". The goal would be to change
SELECT
*
FROM
[dbo].[Table1] [T]
into
SELECT
*
FROM
[dbo].[Table1] AS [T]
Note the AS added to the FROM clause. This option could be global (Misc group?) or could be a separate option for each relevant clause (SELECT for field names, FROM and JOIN for table names, etc.).
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please be informed that separate formatting options for AS in different positions of the select statement have been added.
So we would like to suggest updating to the latest version and check there.
Best,Devart Support Team