Question
State Farm
US
Last activity: 23 Sep 2021 8:14 EDT
SQL Insert statement with RETURNING clause
I have a need to build SQL Insert statements into Postgres tables and they want to return a value using the RETURNING clause. We haven't used a RETURNING clause in any of our existing SQL statements within PRPC and I was curious if this was even possible. Any insight into how this would be coded would be appreciated.
Thanks!