Sql Blog Posts
Programming tutorials, musings about technology, and the occasional off-topic post.
-
Returning Data After an Insert in PostgreSQL
Easily return auto-generated and serial IDs after inserting new rows into a table with PostgreSQL's RETURNING clause.