Skip to content

Commit b1c5bf8

Browse files
update forgotten images
1 parent 0aa620b commit b1c5bf8

File tree

12 files changed

+59
-45
lines changed

12 files changed

+59
-45
lines changed

modules/ROOT/images/graph-order-by-clause.svg

Lines changed: 0 additions & 15 deletions
This file was deleted.

modules/ROOT/images/graph-with-clause.svg

Lines changed: 0 additions & 24 deletions
This file was deleted.

modules/ROOT/images/let-graph.svg

Lines changed: 15 additions & 0 deletions
Loading

modules/ROOT/images/let_clause.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/images/order-by-graph.svg

Lines changed: 10 additions & 0 deletions
Loading

modules/ROOT/images/sequential-queries-graph.svg

Lines changed: 15 additions & 0 deletions
Loading

modules/ROOT/images/with-graph.svg

Lines changed: 15 additions & 0 deletions
Loading

modules/ROOT/images/with_clause.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/pages/clauses/let.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Nor can it be used for aggregations or in combination with `DISTINCT`; it can on
1313

1414
A graph with the following schema is used for the examples below:
1515

16-
image::let_clause.svg[width="600",role="middle"]
16+
image::let-graph.svg[Example graph connecting suppliers, products, and customers,width=600,role=popup]
1717

1818
To recreate the graph, run the following query against an empty Neo4j database.
1919

modules/ROOT/pages/clauses/order-by.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unless `ORDER BY` is used, Neo4j does not guarantee the row order of a query res
1919

2020
A graph with the following schema is used for the examples below:
2121

22-
image::graph_order_by_clause.svg[width="400", role="middle"]
22+
image::order-by-graph.svg[Graph showing orders and the items they contain, width=400, role=popup]
2323

2424
To recreate it, run the following query against an empty Neo4j database:
2525

0 commit comments

Comments
 (0)