I recently started working on Tiger Graph and looking for the GSQL procedure for retrieving all nodes and relationships. Just like in Cypher, we have the query Match (n) Return n. I couldn't able to find any specific answer for the same query with GSQL.
What will be the GSQL procedure for retrieving all nodes and relationships in Tiger Graph?
255 Views Asked by Upasana Pandey At
2
In Neo4j
will give you only all the nodes without relations.
In Tiger you should write:
If you wish to get all nodes and relations, For Neo4j:
and for Tiger: