Skip to content

Column resolution from aliases #241

Closed
src-d/go-mysql-server
#158
@ajnavarro

Description

@ajnavarro

From this query:

select hash,name,language(name,content) as lang from blobs inner join tree_entries on blobs.hash = tree_entries.entry_hash where lang = 'Go' limit 1000

I have the following error:
ERROR 1105 (HY000): unknown error: column "lang" could not be found in any table in scope

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions