3.3、提取前一行数据

  1. postgres=# FETCH PRIOR from tbase_cur ;
  2. id | nickname
  3. ----+-------------
  4. 1 | hello TBase
  5. (1 row)
  6. postgres=# FETCH PRIOR from tbase_cur ;
  7. id | nickname
  8. ----+----------
  9. (0 rows)