Function documentationlast Method (SapDB_ResultSet Class) Locate this document in the navigation structure

 

last is a method of the SapDB_ResultSet class (sdb.sql module). You can us this method to position the cursor on the last data record in the result set.

Features

Syntax Syntax

  1. last ()
End of the code.
Result
  • Last data record in the result set

  • If the result set is empty: None

Example