View Query Results in a Table

You can view your query results in tabular format in Graph Explorer.

  1. Enter a graph query (SQL or PGQL) or any SQL statement in the query editor.

  2. Select the appropriate driver in the query actions panel at the top of the query editor.

    • SQL: Select to run SQL graph queries on SQL property graphs or to execute any SQL statements.

    • PGQL: Select to run PGQL queries on PGQL property graphs.

    • Graph Server: Select to run PGQL queries on graphs loaded into the graph server (PGX).

  3. Click Run Statement.

    The results are displayed in the Table Result tab.

    The following example shows running a SQL SELECT table query using the SQL driver in Graph Explorer.

    Description of the illustration explorer_sql_table_query.png