From 6224f1122583cac612a918c64cbd2b79be244153 Mon Sep 17 00:00:00 2001
From: Rafael S Castliho <rscastilho@inf.ufpr.br>
Date: Wed, 12 Aug 2020 11:50:21 -0300
Subject: [PATCH] =?UTF-8?q?removido=20o=20limite=20e=20colocado=20a=20cria?=
 =?UTF-8?q?=C3=A7=C3=A3o?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 homicidios.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/homicidios.sql b/homicidios.sql
index b81c43d..8036509 100644
--- a/homicidios.sql
+++ b/homicidios.sql
@@ -1,3 +1,4 @@
+CREATE table taxa_homicidios
 SELECT
     sim.obito, 
     pnad.pop_ibge,
@@ -74,5 +75,4 @@ order by
     sim."ocor_SIGLA_UF",
     sim.ano_obito
 
-limit 100
 ;
-- 
GitLab