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 was archived by the owner on Feb 8, 2022. It is now read-only.
How can i run
select distinct MESSAGEMODEL.fromUser from MESSAGEMODELi am using
messageModelEntityManager.select().fields(MessageModelColumns.fromUser).asList()that gives the query
select distinct MESSAGEMODEL._id, MESSAGEMODEL.fromUser from MESSAGEMODELhow can i make query that distinct single column