Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Select distinct on Single Column #26

Description

@poovarasanvasudevan

How can i run
select distinct MESSAGEMODEL.fromUser from MESSAGEMODEL

i am using
messageModelEntityManager.select().fields(MessageModelColumns.fromUser).asList()

that gives the query
select distinct MESSAGEMODEL._id, MESSAGEMODEL.fromUser from MESSAGEMODEL

how can i make query that distinct single column

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