Question
Maantic Inc
Maantic Inc
US
Maantic Inc
Posted: Nov 28, 2016
Last activity: Nov 29, 2016
Last activity: 29 Nov 2016 1:09 EST
Closed
Bulk update in pega
I have list of records displayed in repeating grid, user want to do bulk action like update 10 rows or 20 rows. how to do this bulk action in single DB interaction.
sample expected update query.
UPDATE table_name
SET column1="UPDATESTATUS"
WHERE some_column in ("id100","id200","id300")