begin-transaction [ @<database> ] \ [ on-error-continue | on-error-exit ] \ [ error <error> ] [ error-text <error text> ] \ [ options <options> ]Copied!
begin-transaction @mydb run-query @mydb="insert into employee (name, dateOfHire) values ('%s', now())" input "Terry" no-loop commit-transaction @mydbCopied!