Skip to content

PostgreSQL treats DISTINCT differently #13

@jlfranklin

Description

@jlfranklin

MySQL will grab the unique values for the first column. PostgreSQL lets you define a set of columns for DISTINCT queries, defaulting to ALL columns.

In Views, PostgreSQL DISTINCT should explicitly grab distinct NIDs, UIDs, TIDs, or other entity IDs.

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