Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sports_match
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
DB_project
sports_match
Commits
fbc83601
Commit
fbc83601
authored
1 year ago
by
YUNHEE LEE
Browse files
Options
Downloads
Patches
Plain Diff
valid값 넣는 명령 추가
parent
34cd1f17
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#8767
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Database/insert_games.sql
+2
-0
2 additions, 0 deletions
Database/insert_games.sql
with
2 additions
and
0 deletions
Database/insert_games.sql
+
2
−
0
View file @
fbc83601
...
@@ -208,3 +208,5 @@ INSERT INTO games VALUES ('Spcx_1', 'C', null, '2024-01-07');
...
@@ -208,3 +208,5 @@ INSERT INTO games VALUES ('Spcx_1', 'C', null, '2024-01-07');
INSERT
INTO
games
VALUES
(
'Han_3'
,
'C'
,
null
,
'2024-01-07'
);
INSERT
INTO
games
VALUES
(
'Han_3'
,
'C'
,
null
,
'2024-01-07'
);
INSERT
INTO
games
VALUES
(
'Hgung'
,
'C'
,
null
,
'2024-01-07'
);
INSERT
INTO
games
VALUES
(
'Hgung'
,
'C'
,
null
,
'2024-01-07'
);
INSERT
INTO
games
VALUES
(
'Luck_1'
,
'C'
,
null
,
'2024-01-07'
);
INSERT
INTO
games
VALUES
(
'Luck_1'
,
'C'
,
null
,
'2024-01-07'
);
UPDATE
games
SET
valid
=
true
;
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