Skip to content

SELECT DISTINCT ON COLUMN #113

@DevX86

Description

@DevX86

Attempting to-do a

SELECT 
    COUNT(DISTINCT column_name),
    another_column,
    another_column
...

Is this currently possible @go-jet ? I saw SELECT(table.Table.ColumnName)).DISTINCT() But that wouldn't work in this scenario.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions