SQL-request step

Driver — your DB type;
Address — IP and port of your DB;
Username/Password — auth credentials;
Base — DB name;
SQL — DML
(Data Manipulation Language) SQL-запрос; If you want to use other request type, turn on Anonymous block to "Yes" and use DECLARE ... BEGIN ... END
;
Record result — field for saving request result;
Create an event — standard generation of event.
Last updated
Was this helpful?