The GRAPH_ID_FROM_EDGE_ID function

This function behaves the same as the GRAPH_ID_FROM_NODE_ID function and returns the graph_id from a given edge_id rather than from a node_id. The following code returns the graph_id for the dbo.Follows edge table:

SELECT GRAPH_ID_FROM_EDGE_ID('{"type":"edge","schema":"dbo","table":"Follows","id":1}');

Here is the result:

-----------
1014294673
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.16.75.165