Am trying to get the max date from a table where the sum of the rows <> 0. ie<br>Datatable<br>CU From To SUM(Amt)<br>15255 2000-01-01 2000-03-31 12.00<br>15255 1999-10-01 1999-12-31 7,031.00<br>15255 1999-07-01 1999-09-30 6,851.00<br>15255 1999-04-01 1999-06-30 6,568.00<br><br>Need to retreive the max record with from-to dates of 2000-01-01 - 2000-03-31.<br>On Oracle 8.0<br><br>