UniDAC. PostgreSQL. How to use RETURNING in Query
Posted: Mon 25 Oct 2010 14:00
I'm read:
http://www.devart.com/forums/viewtopic. ... =returning
and
http://www.devart.com/forums/viewtopic. ... =returning
But this not work in UniDac
How to use RETURNING in Query?
Example:
INSERT INTO distributors (did, dname) VALUES (DEFAULT, 'XYZ Widgets')
RETURNING did;
http://www.devart.com/forums/viewtopic. ... =returning
and
http://www.devart.com/forums/viewtopic. ... =returning
But this not work in UniDac

How to use RETURNING in Query?
Example:
INSERT INTO distributors (did, dname) VALUES (DEFAULT, 'XYZ Widgets')
RETURNING did;