Skip to content

[FORMATTING] MySQL TRUNCATE function not supported #437

Open
@netnr

Description

@netnr

Input:

SELECT TRUNCATE(88.244, 2),ROUND(88.2446,3)

expected output:

SELECT
  TRUNCATE(88.244, 2),
  ROUND(88.2446, 3)

actual output:

SELECT
TRUNCATE (88.244, 2),
ROUND(88.2446, 3)

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