Skip to content

add distinct into cheat sheet – Return Unique Rows #4

@JanKrejci83

Description

@JanKrejci83

distinct – Return Unique Rows
The distinct operator in Kusto Query Language (KQL) is used to return only unique combinations of values from one or more columns. It effectively removes duplicate rows from the result set.

Example:

TableName
| distinct Column1, Column2, ...

Thanks
JK

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