Join formatting
mpaulus@n2y.com
Posts: 3
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
SELECT
----dbo.t1.*
FROM
----dbo.t1 INNER JOIN
----dbo.t2 ON
t1.column1 = t2.column1
Thanks
Comments
Unfortunately this isn’t possible with the current version of SQL Prompt. However, we’re working on a new formatting system that will accommodate a much wider range of formatting styles.
It’d be really useful to us if you could fill out our formatting options survey: https://www.surveymonkey.com/r/?sm=cvYXsZiH1kmTJE0kGjxkqA%3d%3d. We're using this to keep track of user requests for formatting.
(You can fill it out as many times as you want)
Best regards,
David