Skip to content

Formatting select top 100 .... #894

@kadriizer

Description

@kadriizer

Hi all,
Is there any way to format a "select top 100 a,b,c from table" like following first one? It's formatted like second one!

SELECT TOP 100
A,
B,
C
FROM
TABLE

SELECT
TOP 1 A,
B,
C
FROM
TABLE

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions