executeSQLStatement |
This insertable action executes a SQL statement. In this statement, you can refer to values in the current web page.
Additional parameters:
sql: Mandatory String
Example:
executeSQLStatement("select * from emp") |