I have a query that I run on the history of a particular item.
The query of course returns all of the records in the history for that item.
In this one area I only need the last record.
Other than using a cfloop to get the data, is there an easier method of doing this, say via the query?
The query of course returns all of the records in the history for that item.
In this one area I only need the last record.
Other than using a cfloop to get the data, is there an easier method of doing this, say via the query?