Hey guys,

I'm querying a database to get a list of titles and then binding it to a datagrid. For example
Text Version
Email Text | 1
Email Text | 2
Some Text| 1

but i'm trying to retrieve the latest version of each/ only display the latest version of each. So only Email Text version 2 would appear in the grid. Should this be done in the query? Or when i retrieve the data?

SC