回答編集履歴

2

軽微な修正

2023/01/13 20:08

投稿

jhashimoto
jhashimoto

スコア838

test CHANGED
@@ -6,4 +6,6 @@
6
6
 
7
7
  [c# - How do I perform an insert and return inserted identity with Dapper? - Stack Overflow](https://stackoverflow.com/questions/8270205/how-do-i-perform-an-insert-and-return-inserted-identity-with-dapper)
8
8
 
9
- Dapperで、INSERTし、IDを返す方法です。組み合わせればできるのでは。
9
+ Dapperで、INSERTし、IDを返す方法です。
10
+
11
+ 組み合わせればできるのでは。

1

リンクを修正

2023/01/13 18:39

投稿

jhashimoto
jhashimoto

スコア838

test CHANGED
@@ -1,6 +1,6 @@
1
1
  斜め読みですが、
2
2
 
3
- [sql - How to use RETURNING with ON CONFLICT in PostgreSQL? - Stack Overflow](https://stackoverflow.com/questions/34708509/how-to-use-returning-with-on-conflict-in-postgresql/42217872#42217872)
3
+ [sql - How to use RETURNING with ON CONFLICT in PostgreSQL? - Stack Overflow](https://stackoverflow.com/questions/34708509/how-to-use-returning-with-on-conflict-in-postgresql/42217872)
4
4
 
5
5
  UPDATEされたレコードとINSERTされたレコードのIDを取得する方法です。
6
6