Skip to content

Commit 00a27c8

Browse files
committed
fix applies to
1 parent 8989181 commit 00a27c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/t-sql/statements/insert-sql-graph.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manager: "jhubbard"
2222
---
2323

2424
# INSERT (SQL Graph)
25-
[!INCLUDE[tsql-appliesto-ssvnxt-xxxx-xxxx-xxx](../../includes/tsql-appliesto-ssvnxt-xxxx-xxxx-xxx.md)]
25+
[!INCLUDE[tsql-appliesto-ss2017-asdb-xxxx-xxx-md](../../includes/tsql-appliesto-ss2017-asdb-xxxx-xxx-md.md)]
2626

2727
Adds one or more rows to a `node` or `edge` table in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2828

@@ -35,8 +35,6 @@ manager: "jhubbard"
3535
The syntax for inserting into a Node table is same as that of a regular table.
3636

3737
```
38-
-- Syntax for SQL Server and Azure SQL Database
39-
4038
[ WITH <common_table_expression> [ ,...n ] ]
4139
INSERT
4240
{

0 commit comments

Comments
 (0)