PoorMansTSqlFormatter icon indicating copy to clipboard operation
PoorMansTSqlFormatter copied to clipboard

Option: Make possible do like Sql style guide from Simon Holywell

Open GitClickOk opened this issue 4 years ago • 3 comments

Basically it's "river" like formatting, with main keywords in left of the "river" and the details in right of he "river":

SELECT first_name AS fn
  FROM staff AS s1
  JOIN students AS s2
    ON s2.mentor_id = s1.staff_num;

You can see the full reference here: https://www.sqlstyle.guide/ and here: https://github.com/treffynnon/sqlstyle.guide/blob/gh-pages/_includes/sqlstyle.guide.md.

GitClickOk avatar May 20 '20 17:05 GitClickOk

I'd like that too! +1

spike1234 avatar Jun 22 '20 16:06 spike1234

Yes please!

TripHumphrey avatar Feb 12 '21 06:02 TripHumphrey

+1

MattH-Work avatar Jun 22 '22 08:06 MattH-Work