Skip to content

bug: Duplicated table name numbers in the same FROM clause #18186

Closed
@zhang2014

Description

@zhang2014

Summary
root@localhost:8000/default> select * from (select number as a from numbers(10)), (select number as b from numbers(2));
error: APIError: QueryFailed: [1065]Duplicated table name numbers in the same FROM clause

Metadata

Metadata

Assignees

Labels

C-bugCategory: something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions