58
Views
1
Comments
I use update,insert,delete sql excute successfully,but the return result is 0,why?
Question

I use update,insert,delete sql excute successfully,but the return result is 0,why?The outSystem vision is outSystem11.

2020-03-01 17-52-33
Nikhil Gaur

Hi XiaoDong,

For insert, update & delete nothing will be returned. The output parameter need to be select because SQL tool need an output parameter to work. Otherwise it will give error.

Results are returned only in case of select query.

https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Query_Data/SQL_Queries

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.