wylliecoyote
Technical User
I am inserting this into my SQL command and it is making my formula redundant since there are 6 null rows. How do I do this so it will only use one the min date_hired field where there is a null date_released field?
Code:
lecturer.date_hired < (select min(attendance.regstrn_made_date) from attendance)
and
lecturer.date_released is NULL