index for ' where wakeup_time < sysdate'
- by Hlex
Hi
For most of records this field is null.
Only some record I need to wake it up.
table are very big , I want to know which record want to wakeup.
I don't want database to seek every row.
Could you example me your Idea?