Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DatabaseTest
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Herman Christiansen
DatabaseTest
Commits
c3bcd161
Commit
c3bcd161
authored
6 years ago
by
nilstes
Browse files
Options
Downloads
Patches
Plain Diff
Done
parent
9d10158d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dao/create_testdata.sql
+0
-4
0 additions, 4 deletions
dao/create_testdata.sql
with
0 additions
and
4 deletions
dao/create_testdata.sql
+
0
−
4
View file @
c3bcd161
INSERT
INTO
person
(
id
,
navn
,
alder
,
adresse
)
VALUES
(
1
,
'Hei Sveisen'
,
21
,
'Gata 1'
),
(
2
,
'Hei Heisen'
,
22
,
'Gata 2'
);
INSERT
INTO
person
(
id
,
navn
,
alder
,
adresse
)
VALUES
(
3
,
'Hei Sveisene'
,
23
,
'Gata 3'
),
(
4
,
'Hei Heisene'
,
24
,
'Gata 4'
);
DELETE
FROM
person
where
id
=
3
or
id
=
4
;
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