Question
Telstra
Telstra
AU
Telstra
Posted: Jul 8, 2019
Last activity: Jul 9, 2019
Last activity: 9 Jul 2019 2:49 EDT
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;