Options

Join formatting

mpaulus@n2y.commpaulus@n2y.com Posts: 3
edited February 10, 2016 3:13AM in SQL Prompt
Is there any way to get sql prompt to format the joins after the table names like this?

SELECT
----dbo.t1.*
FROM
----dbo.t1 INNER JOIN
----dbo.t2 ON
t1.column1 = t2.column1

Thanks

Comments

Sign In or Register to comment.