A simple question: In this example I need to retrieve all objects, but these objects must have distinct msgFrom fields. When I use
List&
Try this, it worked for me:
SELECT FROM YourTableName WHERE somecolumnName=condition GROUP BY yourDistinctColumnName