Hello all,
I want to do an insert statement in postgres that returns the value of the id (sequence) that was automatically created, all in one step.
For example i ahve the table like so
create table myTable (
serial id, date entry_date, integer value )
and get something like this:
INSERT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.