You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Always Encrypted with secure enclaves applies to instances of SQL Server on Windows OS.
230
220
231
-
## <aid="sqlgraph"></a> SQL Graph
221
+
###<aid="sqlgraph"></a> SQL Graph features
232
222
233
223
-**Match support in `MERGE` DML** allows you to specify graph relationships in a single statement, instead of separate `INSERT`, `UPDATE`, or `DELETE` statements. Merge your current graph data from node or edge tables with new data using the `MATCH` predicates in the `MERGE` statement. This feature enables `UPSERT` scenarios on edge tables. Users can now use a single merge statement to insert a new edge or update an existing one between two nodes.
0 commit comments