Skip to content

API - Formatting Bug #4

@CrazyTim

Description

@CrazyTim

REQUEST:

SELECT field FROM rted ORDER BY field1, field2, field3

RESPONSE:

SELECT field
FROM   RTED
ORDER  BY field1,field2,field3 

Table name should be lowercase, and columns in ORDER BY clause need a space between them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions