Skip to content

Settings and activity

2 results found

  1. 28 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Will commented  · 

    Is there any response to this? This is still an issue that breaks formatting when using the OVER clause. Specifically if you say OVER(PARTITION BY <X> ORDER BY<Y>)

    For example this query (using _ to force indentation)

    SELECT
    _ [Name],
    _ ROW_NUMBER() OVER (PARTITION BY [Name] ORDER BY [Name])
    FROM
    _ [#Table];

    gets formatted to this

    SELECT
    _ [Name],
    _ ROW_NUMBER() OVER (PARTITION BY [Name]
    ORDER BY [Name])
    FROM
    _ [#Table];

    Will supported this idea  · 
  2. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Will shared this idea  ·