SQL related operators
SQL related operators allow you to retrieve the SQL state and the SQL error message.
| Operator | Description | 
|---|---|
| SQLSTATE | The SQLSTATE variable
returns the code corresponding to the last SQL error. | 
| SQLERRMESSAGE | The SQLERRMESSAGE variable
holds the error message corresponding to the last SQL error. |