Search code examples
How to get the generated id from an insert to a postgres foreign table?...


postgresqlpostgres-fdwsql-returning

Read More
How to get data from INSERT...RETURNING * in node.js sqlite3...


javascriptnode.jssqlitesql-returning

Read More
How to use RETURNING with ON CONFLICT in PostgreSQL?...


sqlpostgresqlupsertsql-returning

Read More
Rust Diesel: SQLite INSERT RETURNING multiple ids...


sqliterustrust-dieselsql-returning

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


postgresqlinsertsql-returning

Read More
Get default serial value after INSERT inside PL/pgSQL...


postgresqlplpgsqlsql-insertsql-returningnextval

Read More
Alternatives to UPDATE within a SELECT statement for status code processing...


iossqlswiftsqlitesql-returning

Read More
PostgreSQL: copy the table rows and get the old-new matching information...


postgresqlinsert-selectsql-returning

Read More
Retuning statement with dblink gives error...


oracleoracle11gsql-returningdatabase-link

Read More
sqlite3 INSERT sometimes, RETURNING always...


sqlitesql-returning

Read More
Can I use return value of INSERT...RETURNING in another INSERT?...


postgresqlsql-insertsql-returning

Read More
Insert into multiple tables from single select...


postgresqlsql-returning

Read More
Return updated row attributes on UPDATE...


sqlpostgresqlsql-updatesql-returning

Read More
One INSERT with multiple SELECT...


postgresqlmany-to-manysql-insertcommon-table-expressionsql-returning

Read More
Conditionally insert and return rowid or 0?...


sqlsqlitecommon-table-expressionrowidsql-returning

Read More
Postgres Insert Into View Rule with Returning Clause...


postgresqlsql-insertsql-returning

Read More
RETURNING rows using unnest()?...


sqldatabasepostgresqlset-returning-functionssql-returning

Read More
PostgreSQL: Update function return boolean...


postgresqlsql-updatebooleansql-returning

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


sqlpostgresqlsql-insertsql-returning

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


sqldjangopostgresqlupsertsql-returning

Read More
PostgreSQL INSERT INTO table multiple records taken from multiple selects...


sqlpostgresqlsql-insertcross-joinsql-returning

Read More
Cannot manage to take ids returned from INSERT and insert into another table...


postgresqlsql-insertsql-returning

Read More
Insert into two referencing tables by selecting from a single table...


postgresqlsql-insertcommon-table-expressionsql-returning

Read More
SQLite Syntax Error near "RETURNING" (Node)...


node-sqlite3sql-returning

Read More
PGSQL CTE recursive INSERT RETURNING autoincrement...


postgresqlsql-insertauto-incrementrecursive-querysql-returning

Read More
Why I receive "NO DATA FOUND" exception when I use RETURNING clause after update statement...


oracleplsqlsql-returning

Read More
Insert values from another table and update original table with returning values...


sqlpostgresqlcommon-table-expressionsql-returning

Read More
RETURNING causes error: missing FROM-clause entry for table...


sqlpostgresqlsql-insertgreatest-n-per-groupsql-returning

Read More
PLPGSQL function returning trigger AND value...


postgresqltriggersplpgsqlsql-viewsql-returning

Read More
PostgreSQL - RETURNING INTO array...


functionpostgresqlplpgsqlsql-returning

Read More
BackNext