Skip to content

Using asterisk in JOIN query #138

@umaxfun

Description

@umaxfun

Hi,

I've encountered a problem with JOIN queries like this:

SELECT s.*, cat.DisplayName
FROM shops s
JOIN shops cat ON s.id = cat.parentId
WHERE s.parentId = '123123'

Here I expect s.* to be recognized as "all fields from index s", but it gets recognized as field name.

Maybe there is some workaround for this case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions