Skip to content

Does it support subquery and table alias? #5

@sekarpdkt

Description

@sekarpdkt

Does it support sub query and table alias?

select f.col1 A, f.col2 B, s.colx C
from foo f, ( select colx from bar where colx=123) s
where f.colx=s.colx

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