30.3.10

MAX and MIN of Datetime

SELECT Id, Min(Time) as MinTime, Max(Time) as MaxTime FROM Frames GROUP
by Id

No comments: