The LAST_ROW_COUNT function returns the number of rows that were currently fetched.
Parameters
rowcnt
Number of row fetched thus far.
Examples
This example uses the LAST_ROW_COUNT function to display the total number of rows fetched in the query.
LAST_ERROR_POSITION
The LAST_ERROR_POSITION function returns an integer value indicating the byte offset in the SQL statement text where the error occurred. The error position of the first character in the SQL statement is at 1.
Examples
This example shows an anonymous block that returns an error position with the LAST_ERROR_POSITION function.