I have a table
I am using the following query
select max(dblVersion),sName,fCompleted,ixLastModifiedBy,dtCreatedAt,dtLastModifiedAt,fStatus from tblechecklisttemplateversion group by ixTemplate
I am getting the below table as output
The row values of other columns are not corresponding to the dblVersion Column .. How to display the corresponding row values