Question
Are there any restrictions on SQL statements in HULFT Square?
Answer
For [Execute Select SQL] component, Only SQL statement that returns results is allowed.
e.g. SELECT
For [Execute Update SQL] component, SQL statement that do not return anything is allowed.
e.g. INSERT, UPDATE, DELETE, DDL
Restrictions vary for each RDB.
Please refer to the manual for each component.
Comments
0 comments
Article is closed for comments.