This is the example table:
Column | 1st record | 2nd record | 3rd record | 4th record | etc id (primary) | 1 | 5
select * from callvalue where id < maxd ( select max(id) as maxd from callvalue where id = maxd )