Alignment

Hi Redgate Team,

SQL Prompt will format the follow code like this :
[code]
SELECT *
FROM tfu
WHERE
    tfu.TYPE_FUNCTION_NAME IN (N'RESOURCES', N'BUSINESSES', N'ENVIRONMENTS'
                                                            ,  N'FACILITIES', N'SUPPLIERS'
                              );

[/code]

So as you can see the second line in the IN clausel is not aligned.
Thanks for fixing this!

Torsten
MVP

Answers

Sign In or Register to comment.