Column aliases alignment
Allow alignment of column aliases in a Select statement.
This feature is now included in the new SQL Prompt 8.0. For additional information see: http://documentation.red-gate.com/display/SP8/SQL+Prompt+8.0+release+notes
You can get the latest version of SQL Prompt from http://www.red-gate.com/products/sql-development/sql-prompt/
Thank you for your help!
-
Kurt Kiley commented
Block alignment of column aliases would be a huge time saver.
-
Emil Vissing commented
Any news on this one?
-
AdminAaron Law (Admin, Redgate) commented
Hi Matt,
At the moment the new system aligns the first type of aliases but not the = style. We'll look into aligning that style too for the upcoming beta. Thanks for your feedback!
-
Matt Bolton commented
Great to see this as planned.
Will it include alignment in both uses of an alias?
SELECT Col1 as A (where A (or AS) should be aligned, and,
SELECT A = Col1 (where = should be aligned)