You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered: