Comments
1 comment
-
Hi Ed,
Thanks for your post.
I'm afraid this isn't possible in SQL Prompt currently. I would encourage you to suggest the feature on user voice: https://redgate.uservoice.com/forums/94413-sql-prompt
Add comment
Please sign in to leave a comment.
SELECT * FROM TABLEA A JOIN TABLEB B ON A.ID = B.hID JOIN TABLEC C ON B.ID = C.hID LEFT OUTER JOIN TABLED D ON C.ID = D.hid