Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-returning

Returning multiple values from UPDATE query in PostgreSQL

Alternative to RETURNING with INSERT...SELECT

Access and return result from INSERT INTO in PL/pgSQL function

In postgresql return result of a function in a rule when performing INSERT INTO RETURNING

Returning the value of identity column after insertion in Oracle

update a table from insert result

What exactly does Returning .... INTO .... do in Oracle SQL?

oracle sql-returning

PostgreSQL: Update function return boolean

Postgres Insert Into View Rule with Returning Clause

How to return primary key from oracle merge query

Oracle - RETURNING combined with aggregate functions

PostgreSQL - RETURNING INTO array

PHP, Postgres help using RETURNING

Efficiently duplicate some rows in PostgreSQL table

INSERT INTO ... FROM SELECT ... RETURNING id mappings

Return updated row attributes on UPDATE

How to include excluded rows in RETURNING from INSERT ... ON CONFLICT

Is INSERT RETURNING guaranteed to return things in the "right" order?

Variable value assignment using RETURNING clause

Insert data in 3 tables at a time using Postgres