Skip to content

Empty result when there is only COUNT() in select list #8

Open
@dataadventure

Description

@dataadventure

SELECT count(*) from table_name ===> not supported, because there is only COUNT() in select list

SELECT count(*), min(num) from table_name ===>supported, because there is more than COUNT()

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