Hi,
In my website, I show commodity details on daily basis.These details are stored in one table for each day.
I select record by matching current date and current date records are displayed.but there me cases when some day details are not updated.
Hence, I need query where if current date record is not there then it should fetch records of any other date for which record is present.
I could do this by showing previous date record,But not necessary that previous date record is always present.
Any Suggestion.
Regards,
"D"
In my website, I show commodity details on daily basis.These details are stored in one table for each day.
I select record by matching current date and current date records are displayed.but there me cases when some day details are not updated.
Hence, I need query where if current date record is not there then it should fetch records of any other date for which record is present.
I could do this by showing previous date record,But not necessary that previous date record is always present.
Any Suggestion.
Regards,
"D"
Comment