How can I retrieve distinct rows from a table using massive ORM . I need to get list of unique studentname from table ‘Student’ that has columns ID,StudentName,Age . ID is the primary key.
Note : executing raw query using Query() is not what is needed.
What about this: