Skip to content

Alias in GROUP BY, ORDER BY, or HAVING clauses not working. #68

@demmings

Description

@demmings

For example:

SELECT CONCAT(last_name,', ',first_name) AS full_name FROM authors ORDER BY full_name

the ORDER BY full_name does not work. However, you can specify:

SELECT CONCAT(last_name,', ',first_name) AS full_name FROM authors ORDER BY last_name. first_name

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions