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
mpaulus
0

Comments

1 comment

  • David Priddle
    Hi mpaulus@n2y.com,

    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
    David Priddle
    0

Add comment

Please sign in to leave a comment.