Last active
August 29, 2015 14:14
-
-
Save mavericklou/170916a90f9462e85424 to your computer and use it in GitHub Desktop.
secondary-school-polygons reloaded 2015-01-29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mastermind_production=# select count(*) from task_polygon where worktype_id like 'secondary-school-polygons'; | |
count | |
------- | |
38990 | |
(1 row) | |
mastermind_production=# delete from task_polygon where worktype_id like 'secondary-school-polygons'; | |
DELETE 38990 | |
mastermind_production=# select count(*) from task_polygon; | |
count | |
-------- | |
494708 | |
(1 row) | |
<< Load data here >> | |
mastermind_production=# select count(*) from task_polygon; | |
count | |
-------- | |
535191 | |
(1 row) | |
mastermind_production=# select count(*) from task_polygon where worktype_id like 'secondary-school-polygons'; | |
count | |
------- | |
40483 | |
(1 row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment