Skip to content
Snippets Groups Projects
Commit 0263d6dc authored by Pietro Cavassin's avatar Pietro Cavassin
Browse files

adapt regiao

parent e2997755
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ CREATE TABLE regiao
nome text not null
);
COPY 5 RECORDS INTO regiao FROM stdin USING DELIMITERS ',','\n';
1,Norte
2,Nordeste
3,Sudeste
4,Sul
5,Centro-Oeste
INSERT INTO regiao VALUES
(1,'Norte'),
(2,'Nordeste'),
(3,'Sudeste'),
(4,'Sul'),
(5,'Centro-Oeste');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment