Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test User 추가 SQL 문 #12

Open
JustKode opened this issue Aug 1, 2022 · 1 comment
Open

Test User 추가 SQL 문 #12

JustKode opened this issue Aug 1, 2022 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@JustKode
Copy link
Member

JustKode commented Aug 1, 2022

INSERT INTO focuz.User VALUES
(101, '[email protected]', '레쯔고', '김민재', '김민재', null, 0, now(), now()),
(102, '[email protected]', '레쯔고', '박민재', '박민재', null, 1, now(), now()),
(103, '[email protected]', '레쯔고', '최민재', '최민재', null, 1, now(), now()),
(104, '[email protected]', '레쯔고', '이민재', '이민재', null, 1, now(), now()),
(105, '[email protected]', '레쯔고', '조민재', '조민재', null, 2, now(), now());
@JustKode JustKode added the documentation Improvements or additions to documentation label Aug 1, 2022
@nahyun0121
Copy link
Collaborator

INSERT INTO focuz.User VALUES
(101, now(), '[email protected]', now(), '레쯔고', '김민재', '김민재', null, 0),
(102, now(), '[email protected]', now(), '레쯔고', '박민재', '박민재', null, 1),
(103, now(), '[email protected]', now(), '레쯔고', '최민재', '최민재', null, 1),
(104, now(), '[email protected]', now(), '레쯔고', '이민재', '이민재', null, 2),
(105, now(), '[email protected]', now(), '레쯔고', '조민재', '조민재', null, 2);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants