cursor_current()

Learn how to use the cursor_current() function to return a string type value.

Retrieves the current value of the cursor of the database in scope.

Syntax

cursor_current()

Returns

Returns a single value of type string that encodes the current value of the cursor of the database in scope.