Question
1
Replies
205
Views

Telstra
Posted: Jul 8, 2019
Last activity: Jul 9, 2019
Closed
How to read results from RDB-Save?
Hi,
I'm using Postgres and have an update query which is returning the updated results. How do I catch these results when I'm using RDB-Save method. Tried RDB-List, didn't work.
Query:
update pegadata.pr_data_notes set note='test1' where caseid='ABC-51' returning note;