Skip to content
Snippets Groups Projects

Add cub2.sql file

Merged jpko19 requested to merge issue-789 into homologa_simcaq
1 file
+ 0
197
Compare changes
  • Side-by-side
  • Inline
cub2.sql deleted 100644 → 0
+ 0
197
/*
Copyright (C) 2016 Centro de Computacao Cientifica e Software Livre
Departamento de Informatica - Universidade Federal do Parana - C3SL/UFPR
This file is part of HOTMapper.
HOTMapper is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
HOTMapper is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with HOTMapper. If not, see <https://www.gnu.org/licenses/>.
*/
-- depends: estado
-- SimCAQ: tabela de municípios --
CREATE TABLE cub
(
id INTEGER NOT NULL,
ano_censo INTEGER NOT NULL,
mes_censo INTEGER NOT NULL,
estado_id INTEGER,
tipo_preco VARCHAR(255),
preco DOUBLE,
CONSTRAINT cub_fk_estado_id FOREIGN KEY(estado_id) REFERENCES estado(id)
);
COPY 162 RECORDS INTO "sys"."cub" FROM stdin USING DELIMITERS ';','\n';
1;2017;8;12;CUB R1;2083.95
2;2017;8;27;CUB R1;1878.90
3;2017;8;13;CUB R1;1980.68
4;2017;8;16;CUB R1;1724.56
5;2017;8;29;CUB R1;2045.51
6;2017;8;23;CUB R1;1736.94
7;2017;8;53;CUB R1;1844.99
8;2017;8;32;CUB R1;2176.17
9;2017;8;52;CUB R1;1824.13
10;2017;8;21;CUB R1;1844.79
11;2017;8;31;CUB R1;1986.13
12;2017;8;50;CUB R1;1653.73
13;2017;8;51;CUB R1;2022.06
14;2017;8;15;CUB R1;1812.03
15;2017;8;25;CUB R1;1573.21
16;2017;8;26;CUB R1;2193.86
17;2017;8;22;CUB R1;1880.09
18;2017;8;41;CUB R1;2097.66
19;2017;8;33;CUB R1;2129.37
20;2017;8;24;CUB R1;1838.51
21;2017;8;11;CUB R1;1648.10
22;2017;8;14;CUB R1;2080.42
23;2017;8;43;CUB R1;2167.70
24;2017;8;42;CUB R1;2257.19
25;2017;8;28;CUB R1;1572.05
26;2017;8;35;CUB R1;1927.44
27;2017;8;17;CUB R1;2063.12
28;2017;9;12;CUB R1;2081.62
29;2017;9;27;CUB R1;1884.89
30;2017;9;13;CUB R1;1936.81
31;2017;9;16;CUB R1;1724.56
32;2017;9;29;CUB R1;2049.88
33;2017;9;23;CUB R1;1735.47
34;2017;9;53;CUB R1;1853.86
35;2017;9;32;CUB R1;2187.64
36;2017;9;52;CUB R1;1824.97
37;2017;9;21;CUB R1;1845.26
38;2017;9;31;CUB R1;1988.03
39;2017;9;50;CUB R1;1654.10
40;2017;9;51;CUB R1;2031.96
41;2017;9;15;CUB R1;1813.51
42;2017;9;25;CUB R1;1577.93
43;2017;9;26;CUB R1;2199.62
44;2017;9;22;CUB R1;1860.13
45;2017;9;41;CUB R1;2109.63
46;2017;9;33;CUB R1;2130.59
47;2017;9;24;CUB R1;1855.60
48;2017;9;11;CUB R1;1741.35
49;2017;9;14;CUB R1;2094.45
50;2017;9;43;CUB R1;2167.70
51;2017;9;42;CUB R1;2259.74
52;2017;9;28;CUB R1;1571.01
53;2017;9;35;CUB R1;1933.80
54;2017;9;17;CUB R1;2072.12
1;2018;10;28;CUB R1;1679.18
2;2018;10;15;CUB R1;1846.52
3;2018;10;31;CUB R1;2064.68
4;2018;10;14;CUB R1;2188.15
5;2018;10;53;CUB R1;1932.03
6;2018;10;50;CUB R1;1671.14
7;2018;10;51;CUB R1;2079.41
8;2018;10;41;CUB R1;2220.69
9;2018;10;42;CUB R1;2376.33
10;2018;10;23;CUB R1;1790.86
11;2018;10;52;CUB R1;1837.19
12;2018;10;25;CUB R1;1611.82
13;2018;10;16;CUB R1;1789.5
14;2018;10;27;CUB R1;1961.89
15;2018;10;13;CUB R1;2009.97
16;2018;10;24;CUB R1;1911.48
17;2018;10;17;CUB R1;2138.61
18;2018;10;43;CUB R1;2276.12
19;2018;10;11;CUB R1;1828.12
20;2018;10;26;CUB R1;2235.27
21;2018;10;12;CUB R1;2177.87
22;2018;10;33;CUB R1;2201.97
23;2018;10;29;CUB R1;2087.21
24;2018;10;21;CUB R1;1878.43
25;2018;10;35;CUB R1;1998.36
26;2018;10;22;CUB R1;1885.56
27;2018;10;32;CUB R1;2239.93
1;2019;10;28;CUB R1;1635.77
2;2019;10;15;CUB R1;1894.77
3;2019;10;31;CUB R1;2146.24
4;2019;10;14;CUB R1;2232.67
5;2019;10;53;CUB R1;1680.93
6;2019;10;50;CUB R1;1731.05
7;2019;10;51;CUB R1;2183.69
8;2019;10;41;CUB R1;2337.72
9;2019;10;42;CUB R1;2506.8
10;2019;10;23;CUB R1;1828.08
11;2019;10;52;CUB R1;1932.66
12;2019;10;25;CUB R1;1619.98
13;2019;10;16;CUB R1;1824.43
14;2019;10;27;CUB R1;2039.46
15;2019;10;13;CUB R1;2088.22
16;2019;10;24;CUB R1;2010.74
17;2019;10;17;CUB R1;2159.24
18;2019;10;43;CUB R1;2371.18
19;2019;10;11;CUB R1;1938.75
20;2019;10;26;CUB R1;2303.65
21;2019;10;12;CUB R1;2216.6
22;2019;10;33;CUB R1;2293.56
23;2019;10;29;CUB R1;2155.41
24;2019;10;21;CUB R1;1917.6
25;2019;10;35;CUB R1;2084.08
26;2019;10;22;CUB R1;1897.3
27;2019;10;32;CUB R1;2370.42
1;2021;2;28;CUB R1;1820.54
2;2021;2;15;CUB R1;2289.26
3;2021;2;31;CUB R1;2432.26
4;2021;2;14;CUB R1;2576.94
5;2021;2;53;CUB R1;2225.17
6;2021;2;50;CUB R1;1874.1
7;2021;2;51;CUB R1;2401.35
8;2021;2;41;CUB R1;2565.96
9;2021;2;42;CUB R1;2782.19
10;2021;2;23;CUB R1;1971.15
11;2021;2;52;CUB R1;2218.7
12;2021;2;25;CUB R1;1796.44
13;2021;2;16;CUB R1;2306.6
14;2021;2;27;CUB R1;2218.9
15;2021;2;13;CUB R1;2482.85
16;2021;2;24;CUB R1;2174.72
17;2020;10;17;CUB R1;2866.04
18;2021;2;43;CUB R1;2159.03
19;2021;2;11;CUB R1;2582.88
20;2021;2;26;CUB R1;2274.01
21;2021;2;12;CUB R1;2490.39
22;2021;2;33;CUB R1;2333.25
23;2021;2;29;CUB R1;2066.29
24;2021;2;21;CUB R1;2299.87
25;2021;2;35;CUB R1;2291.78
26;2021;2;22;CUB R1;2603.93
27;2021;2;32;CUB R1;2404.36
1;2022;3;28;CUB R1;2140.24
2;2022;3;15;CUB R1;2686.27
3;2022;3;31;CUB R1;2971.39
4;2022;3;14;CUB R1;3130.68
5;2022;3;53;CUB R1;2669.9
6;2022;3;50;CUB R1;2114.66
7;2022;3;51;CUB R1;3244.94
8;2022;3;41;CUB R1;3067.57
9;2022;3;42;CUB R1;3180.32
10;2022;3;23;CUB R1;2129.62
11;2022;3;52;CUB R1;2566.69
12;2022;3;25;CUB R1;2389.46
13;2022;3;16;CUB R1;2355.53
14;2022;3;27;CUB R1;2430.01
15;2022;3;13;CUB R1;3341.55
16;2022;3;24;CUB R1;2730.63
17;2022;3;17;CUB R1;2159.24
18;2022;3;43;CUB R1;3407.34
19;2022;3;11;CUB R1;2446.73
20;2022;3;26;CUB R1;2903.33
21;2022;3;12;CUB R1;3140.63
22;2022;3;33;CUB R1;2882.62
23;2022;3;29;CUB R1;2779.87
24;2022;3;21;CUB R1;2242.96
25;2022;3;35;CUB R1;2581.05
26;2022;3;22;CUB R1;3154.05
27;2022;3;32;CUB R1;3093.82
Loading