Execute SQL Command
Definition
Execute the given SQL command on the nopCommerce database.
An amazing activity! You can make changes to your database with this activity.
You don't need an activity for everything you want to do, you can easily write a SQL command and execute it with this activity.
Also, using the HTTP activity and this activity you can write every integration you want!
Properties
Property | Description |
---|---|
Query | SQL command to execute. |
Outcomes
Outcome | Description |
---|---|
Done | Returns the number of rows affected. |