SQLLast() function
- Last UpdatedJun 17, 2024
- 1 minute read
The SQLLast() function selects the last record of the Results Table created by the previous SQLSelect() function.
Category
SQL
Syntax
[ResultCode=]SQLLast(ConnectionID);
Argument
ConnectionID
Name of a memory integer tag that holds the number (ID) assigned by the SQLConnect() function to each database connection.
Example
ResultCode=SQLLast(ConnectionID);
See Also
SQLConnect(), SQLSelect()