In 'where' clause align the conditions to allow easier column selection
"Support" were or no assistance. I'd like to align the where clause so that I can column select the conditions, bu aligning the logical operators with the where clause:
where 
    [collectionid] > 5396  -- alignment
and [sessionid] = 114      -- alignment
currently the code gets formatted as:
where 
    [collectionid] > 5396  -- alignment
    and [sessionid] = 114      -- alignment
                1
                 vote
              
            
 Peter Dudley
    
 shared this idea
Peter Dudley
    
 shared this idea
      
     AdminPMs
    (Admin, Devart)
 responded
AdminPMs
    (Admin, Devart)
 responded
                  
                Could you please provide us screenshots of the actual and expected results along with the script?
