We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8989181 commit 00a27c8Copy full SHA for 00a27c8
1 file changed
docs/t-sql/statements/insert-sql-graph.md
@@ -22,7 +22,7 @@ manager: "jhubbard"
22
---
23
24
# INSERT (SQL Graph)
25
-[!INCLUDE[tsql-appliesto-ssvnxt-xxxx-xxxx-xxx](../../includes/tsql-appliesto-ssvnxt-xxxx-xxxx-xxx.md)]
+[!INCLUDE[tsql-appliesto-ss2017-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-ss2017-asdb-xxxx-xxx-md.md)]
26
27
Adds one or more rows to a `node` or `edge` table in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
28
@@ -35,8 +35,6 @@ manager: "jhubbard"
35
The syntax for inserting into a Node table is same as that of a regular table.
36
37
```
38
--- Syntax for SQL Server and Azure SQL Database
39
-
40
[ WITH <common_table_expression> [ ,...n ] ]
41
INSERT
42
{
0 commit comments