SqlExec Update will process sigle row or multiple rows.

If we will write an update statement in SqlExec , whether it will update all rows or single row satisfying the where condition?

Questions by Roshan   answers by Roshan

Showing Answers 1 - 15 of 15 Answers

srini

  • Aug 12th, 2014
 

It will update single row only

Srini

  • Nov 23rd, 2014
 

All the rows satisfied by the where condition

  Was this answer useful?  Yes

John

  • Aug 28th, 2015
 

None...SQLEXEC is a function of peoplecode not SQR. Read the thread title people!

  Was this answer useful?  Yes

Reddy

  • Apr 28th, 2016
 

It will update multiple rows at a time. While retrieving data it will retrieve single row at a time.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions