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

Merge branch 'issue-789' into 'homologa_simcaq'

Add cub2.sql file

See merge request !25
parents 09375948 a4e7ab56
No related branches found
No related tags found
1 merge request!25Add cub2.sql file
...@@ -31,7 +31,7 @@ CREATE TABLE cub ...@@ -31,7 +31,7 @@ CREATE TABLE cub
CONSTRAINT cub_fk_estado_id FOREIGN KEY(estado_id) REFERENCES estado(id) CONSTRAINT cub_fk_estado_id FOREIGN KEY(estado_id) REFERENCES estado(id)
); );
COPY 135 RECORDS INTO "sys"."cub" FROM stdin USING DELIMITERS ';','\n'; COPY 162 RECORDS INTO "sys"."cub" FROM stdin USING DELIMITERS ';','\n';
1;2017;8;12;CUB R1;2083.95 1;2017;8;12;CUB R1;2083.95
2;2017;8;27;CUB R1;1878.90 2;2017;8;27;CUB R1;1878.90
...@@ -168,3 +168,30 @@ COPY 135 RECORDS INTO "sys"."cub" FROM stdin USING DELIMITERS ';','\n'; ...@@ -168,3 +168,30 @@ COPY 135 RECORDS INTO "sys"."cub" FROM stdin USING DELIMITERS ';','\n';
25;2021;2;35;CUB R1;2291.78 25;2021;2;35;CUB R1;2291.78
26;2021;2;22;CUB R1;2603.93 26;2021;2;22;CUB R1;2603.93
27;2021;2;32;CUB R1;2404.36 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment