Skip to content

Commit

Permalink
Missed ;
Browse files Browse the repository at this point in the history
  • Loading branch information
robe2 committed May 16, 2023
1 parent 720ad0b commit 2107e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docqueries/topology/degree.test.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- CopyRight(c) pgRouting developers
-- Creative Commons Attribution-Share Alike 3.0 License : https://creativecommons.org/licenses/by-sa/3.0/
/* -- q1 */
DROP TABLE IF EXISTS tmp_edges_vertices_pgr
DROP TABLE IF EXISTS tmp_edges_vertices_pgr;
CREATE TEMP TABLE tmp_edges_vertices_pgr AS
SELECT id, in_edges, out_edges
FROM pgr_extractVertices('SELECT id, geom FROM edges');
Expand Down

0 comments on commit 2107e30

Please sign in to comment.