Question
Coforge
US
Last activity: 25 Aug 2020 14:35 EDT
Not able to update limited records in Connect-SQL
I Have tried to update Some Limited count of records through the Connect-SQL in Pega 6.2. But Getting below error.
I have used below Query in Save Tab.
UPDATE (SELECT * FROM {table name}
WHERE
(Column1 = ''
and Column2 = ''
and Column3 = 'NEW')
FETCH FIRST {DSS value} ROWs ONLY)
SET
Column1 = V1,
Column2 = V2
Please help on this
Thanks
|