Hi ,
I am having a table in below way .At any point of time I need only 4 records in z table.
Password | Date | Time |
---|---|---|
password1 | 15.01.2015 | 1 AM |
password2 | 15.01.2015 | 2 AM |
password3 | 15.01.2015 | 3 AM |
password4 | 15.01.2015 | 4 AM |
Now I am having an New ROW with Password field value as PASSWORD5 on 16.01.2015 1AM .
So I want to DELETE password4 and append this password5 as the top most record .Can u pls suggest on this.
Tried But DELETE ZTABLE only allows with Where condition Not on Index .
Thanks ,
Nag