I have the following table<br><br>Date Hours<br>11/8/87 23<br>1/16/95 12<br>8/12/92 0<br>5/16/99 8<br>1/1/00 0<br>7/2/98 6<br><br>I want to find the latest date from this list and <br>Hours should be > 0. What is the SQL statement for this. The answer should be 5/16/99.