I have a SQL table with the following columns:
| Date | Pass/Fail |
--------------------------------
| yyyy-mm-dd | PASS |
| yyyy-mm-dd | FAIL |
How do I obtain the value in the "Date" column of the row with the first occurrence (ordered by date) of "PASS" in the "Pass/Fail" column?