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

Select distinct on Single Column #26

Open
poovarasanvasudevan opened this issue Nov 11, 2016 · 1 comment
Open

Select distinct on Single Column #26

poovarasanvasudevan opened this issue Nov 11, 2016 · 1 comment

Comments

@poovarasanvasudevan
Copy link

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

@florent37
Copy link
Owner

mmm I'll investigate it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants