Align column aliases?
jrummell
Posts: 6 Bronze 2
I was wondering if SQL Prompt Pro can right align column aliases? Here's an example:
Before:
After:
The code font isn't monospaced so it may not display correctly. But the the idea is that "AS Columnx" would appear in the same column for each line.
Before:
SELECT column1 AS Column1, column2 AS Column2, aReallyLongColumnName AS Column3 FROM someTable
After:
SELECT column1 AS Column1, column2 AS Column2, aReallyLongColumnName AS Column3 FROM someTable
The code font isn't monospaced so it may not display correctly. But the the idea is that "AS Columnx" would appear in the same column for each line.
Comments
I'm afraid this isn't possible. There isn't a way to add any custom layout configurations, so if the option isn't there, then SQL Prompt 4 can't do it.
If you would like this layout option to be considered for a future version, I can add a feature request.
I want to right align my table aliases. Currently I can only left align them in the style editor.
See example below of what I want;
Below is what I have available to me at the moment;
Its the last thing in my style guide that is not correct I was so close!