Closed paluh closed 5 years ago
I think that the main purpose of RETURING in INSERT clause in postgresql is to access data which were not inserted by the query because we have on hand inserted subset :-)
RETURING
INSERT
Is it possible to extend resulting row values to full table column set?
I think that the main purpose of
RETURING
inINSERT
clause in postgresql is to access data which were not inserted by the query because we have on hand inserted subset :-)Is it possible to extend resulting row values to full table column set?