Skip to content

Column alias, of aggregation functions, single-quote(') and back-quote(`) is treated as name #63

@actiontech-bot

Description

@actiontech-bot

Raised by: @sevenFH
Steps:

  1. select department,count(department) 'des' from tb_test group by department;
    Returns column 'des', expect des
  2. back-quote has the same problem.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions