Page 1 of 1

Stacked columns are not fully stacked

Posted: Tue 26 Mar 2013 07:22
by sov
Hi, is it possible to get a query like:

Code: Select all

select
    ColumnWithALargeColumnName = 'dummy'
  , Col =                        case
             when T.Value = 1
             then 'True'
             else 'False'
         end
from Dummy.[Table] as T
aligned like this:

Code: Select all

select
    ColumnWithALargeColumnName = 'dummy'
  , Col                        = case
                                     when T.Value = 1
                                     then 'True'
                                     else 'False'
                                 end
from Dummy.[Table] as T
Thanks! Stefan

Re: Stacked columns are not fully stacked

Posted: Tue 26 Mar 2013 11:15
by alexa
This is not possible in dbForge SQL Complete. However, you can add a suggestion on our UserVoice forum where other users can vote for it: http://devart.uservoice.com/forums/87893-sql-complete

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.