Sorting by date/time (why don't you use an Oracle DATE, which includes both?) will not be sufficient to get deterministic results. As you can see by the following possible retrieval orders:Code:3/1/2006,7:09a.m,a,1 3/1/2006,7:09a.m,a,2 3/1/2006,7:09a.m,a,3 3/1/2006,7:09a.m,a,4 3/1/2006,7:09a.m,a,5 3/1/2006,7:09a.m,a,6 3/1/2006,7:09a.m,a,7 3/1/2006,7:09a.m,a,8 3/1/2006,7:09a.m,a,9 and 3/1/2006,7:09a.m,a,3 3/1/2006,7:09a.m,a,4 3/1/2006,7:09a.m,a,1 3/1/2006,7:09a.m,a,5 3/1/2006,7:09a.m,a,6 3/1/2006,7:09a.m,a,2 3/1/2006,7:09a.m,a,7 3/1/2006,7:09a.m,a,8 3/1/2006,7:09a.m,a,9




Reply With Quote