Error in Creating a Node Table in Sql-server 2017

516 Views Asked by At

I have just installed Sql Server 2017 and it's Management studio for practicing Graph database but I have problem creating a Node table. I get an error while creating a Node table and I can not see anything related to the graphs :

CREATE TABLE Users (ID INTEGER PRIMARY KEY, NickName VARCHAR(100)) AS NODE;

The error :

Incorrect syntax near the keyword 'AS'
0

There are 0 best solutions below