Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
angproj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roman Weiss
angproj
Commits
64972721
Commit
64972721
authored
6 years ago
by
Raphael Das Gupta
Browse files
Options
Downloads
Patches
Plain Diff
Fill in some projektzuteilung.dauer and some more projektzuteilung.startzeit
closes #2
parent
fc9b526e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
3_copy.sql
+11
-11
11 additions, 11 deletions
3_copy.sql
3_inserts.sql
+11
-11
11 additions, 11 deletions
3_inserts.sql
with
22 additions
and
22 deletions
3_copy.sql
+
11
−
11
View file @
64972721
...
...
@@ -56,19 +56,19 @@ COPY projekt (projnr, bezeichnung, startzeit, dauer, aufwand, projleiter) FROM s
-- TABLE projektzuteilung (persnr,projnr,zeitanteil, startzeit, dauer)
COPY
projektzuteilung
(
persnr
,
projnr
,
zeitanteil
,
startzeit
,
dauer
)
FROM
stdin
;
1001
26
30
\
N
\
N
1001
26
30
1992
-
12
-
01
250
1001
27
30
\
N
\
N
1001
30
10
\
N
\
N
1019
25
90
\
N
\
N
1100
26
50
\
N
\
N
1123
25
50
1994
-
01
-
01
\
N
1001
30
10
1993
-
02
-
12
2
1019
25
90
1994
-
01
-
01
15
1100
26
50
1992
-
12
-
01
390
1123
25
50
1994
-
01
-
01
30
1123
30
90
\
N
\
N
2098
26
20
\
N
\
N
2098
26
20
\
N
500
2098
27
31
\
N
\
N
2298
26
89
\
N
\
N
2601
25
30
\
N
\
N
2601
26
40
\
N
\
N
2601
30
40
\
N
\
N
2701
26
90
\
N
\
N
2298
26
89
1992
-
12
-
05
500
2601
25
30
1994
-
11
-
01
8
2601
26
40
1992
-
12
-
05
500
2601
30
40
1993
-
02
-
12
\
N
2701
26
90
1993
-
01
-
27
330
\
.
This diff is collapsed.
Click to expand it.
3_inserts.sql
+
11
−
11
View file @
64972721
...
...
@@ -57,17 +57,17 @@ INSERT INTO projekt VALUES
-- TABLE projektzuteilung (persnr,projnr,zeitanteil, startzeit, dauer)
INSERT
INTO
projektzuteilung
VALUES
(
1001
,
26
,
30
,
NULL
,
NULL
),
(
1001
,
26
,
30
,
to_date
(
'1992-12-01'
,
'YYYY-MM-DD'
),
250
),
(
1001
,
27
,
30
,
NULL
,
NULL
),
(
1001
,
30
,
10
,
NULL
,
NULL
),
(
1019
,
25
,
90
,
NULL
,
NULL
),
(
1100
,
26
,
50
,
NULL
,
NULL
),
(
1123
,
25
,
50
,
to_date
(
'1994-01-01'
,
'YYYY-MM-DD'
),
NULL
),
(
1001
,
30
,
10
,
to_date
(
'1993-02-12'
,
'YYYY-MM-DD'
),
2
),
(
1019
,
25
,
90
,
to_date
(
'1994-01-01'
,
'YYYY-MM-DD'
),
15
),
(
1100
,
26
,
50
,
to_date
(
'1992-12-01'
,
'YYYY-MM-DD'
),
390
),
(
1123
,
25
,
50
,
to_date
(
'1994-01-01'
,
'YYYY-MM-DD'
),
30
),
(
1123
,
30
,
90
,
NULL
,
NULL
),
(
2098
,
26
,
20
,
NULL
,
NULL
),
(
2098
,
26
,
20
,
NULL
,
500
),
(
2098
,
27
,
31
,
NULL
,
NULL
),
(
2298
,
26
,
89
,
NULL
,
NULL
),
(
2601
,
25
,
30
,
NULL
,
NULL
),
(
2601
,
26
,
40
,
NULL
,
NULL
),
(
2601
,
30
,
40
,
NULL
,
NULL
),
(
2701
,
26
,
90
,
NULL
,
NULL
);
(
2298
,
26
,
89
,
to_date
(
'1992-12-05'
,
'YYYY-MM-DD'
),
500
),
(
2601
,
25
,
30
,
to_date
(
'1994-11-01'
,
'YYYY-MM-DD'
),
8
),
(
2601
,
26
,
40
,
to_date
(
'1992-12-05'
,
'YYYY-MM-DD'
),
500
),
(
2601
,
30
,
40
,
to_date
(
'1993-02-12'
,
'YYYY-MM-DD'
)
,
NULL
),
(
2701
,
26
,
90
,
to_date
(
'1993-01-27'
,
'YYYY-MM-DD'
),
330
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment