Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Query to bring top latest record

    I tried the MAX function on my data table

    SELECT TOP 100 MAX(TriageTagNumber) AS [Triage Tag], Location, [Currect Condition], ArrivalTime

    FROM ...

  • RE: Query to bring top latest record

    I have a similar problem where I have records of individuals that are being tracked as they move through an area. I only what the see the last place...

Viewing 2 posts - 1 through 2 (of 2 total)