@ -1,4 +1,5 @@
DROP VIEW IF EXISTS all_projects;
DROP TABLE IF EXISTS all_projects;
CREATE TABLE all_projects AS SELECT * FROM CLT2019
UNION