Description
Executes a database query.
Parameters
Query text
-
Set a value: enables you to directly provide a query in the text form, for example,
SELECT * from developers
orINSERT INTO 'managers' (name, birth date, salary) VALUES ('Jane Doe', '1988/05/13', '3000')
-
Save the previous step result: chooses the previous function result as a query.
-
Calculate a value: enables you to use available properties and methods to form a query in the text form.
Comment
Contains an annotation to the activity. The input text will be displayed above the activity name.