I have one table with id,name,submiss ion date and followup date.
followup date may be null.
i have to select id from this table where followupdate is less than given date.
and if followup date is null then I have to select id from this table where submission date is less than given date.
followup date may be null.
i have to select id from this table where followupdate is less than given date.
and if followup date is null then I have to select id from this table where submission date is less than given date.
Comment