Skip to content

Commit

Permalink
[concepts][docqueries] adding results
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jun 20, 2022
1 parent 2d1320e commit 9470cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docqueries/src/concepts.result
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ reverse_cost = sign(reverse_cost);
UPDATE 18
/* -- topo4 */
/* -- check1 */
SELECT a.id, b.id i
SELECT a.id, b.id
FROM edges AS a, edges AS b
WHERE a.id < b.id AND st_crosses(a.geom, b.geom);
id | i
id | id
----+----
13 | 18
(1 row)
Expand Down

0 comments on commit 9470cf0

Please sign in to comment.