The OBJECT_ID_FROM_EDGE_ID function

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

SELECT OBJECT_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
52.14.172.93