We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c589056 + 3604c05 commit dd9c7f1Copy full SHA for dd9c7f1
docs/findings/SQLCodeDevelopment.md
@@ -236,7 +236,7 @@ VALUES ('Kevin', 'Martin')
236
237
238
/***************************************************************
239
-** Perform Updates
+** Perform Updates (WHEN MATCHED)
240
****************************************************************/
241
UPDATE
242
P WITH (UPDLOCK, SERIALIZABLE)
@@ -248,7 +248,7 @@ INNER JOIN #Update AS U ON P.LastName = U.LastName;
248
249
250
251
-** Perform Inserts
+** Perform Inserts (WHEN NOT MATCHED [BY TARGET])
252
253
INSERT dbo.Person (FirstName, LastName)
254
SELECT
@@ -263,7 +263,7 @@ WHERE
263
264
265
266
-** Perform Deletes
+** Perform Deletes (WHEN NOT MATCHED BY SOURCE)
267
268
DELETE
269
P
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments