We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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());
The text was updated successfully, but these errors were encountered:
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);
Sorry, something went wrong.
JustKode
nahyun0121
dusdjhyeon
No branches or pull requests
The text was updated successfully, but these errors were encountered: