Dear all
I have a table in which for each record i have 3 or more rows of date time like below.how can i compute minimum and maximum of all times for each id?
Table1
id datetime
1 x1
1 x2
1 x3
2 c1
2 c2
3
.
.
Dear all
I have a table in which for each record i have 3 or more rows of date time like below.how can i compute minimum and maximum of all times for each id?
Table1
id datetime
1 x1
1 x2
1 x3
2 c1
2 c2
3
.
.