Skip to content

orderBy array #74

Closed
Closed
@qlarin

Description

@qlarin

I came across a problem with select query. When i have tried to join two different tables to sort some results, i couldn't get correct sequence of 'order by' clause.
After analyzed, it seems that you split usual 'order by' from the one which is used in join. It is any chance to get correct sequence? I mean, i would like to get for example:

order by 'table1.col1', 'table2.col1', 'table1.col2',

but at the moment i have got something like:

order by 'table1.col1', 'table1.col2', 'table2.col1'.

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