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 class (id, name, headteacher, studentcount) VALUES (302, '三年级二班', '赖导', 7), (301, '三年级一班', '曾近荣', 7), 上面这句sql语句最后是个逗号,应该改成分号。否则导入时会报错。
class
id
name
headteacher
studentcount
The text was updated successfully, but these errors were encountered:
已经修改,非常感谢你的反馈
Sorry, something went wrong.
No branches or pull requests
INSERT INTO
class
(id
,name
,headteacher
,studentcount
) VALUES(302, '三年级二班', '赖导', 7),
(301, '三年级一班', '曾近荣', 7),
上面这句sql语句最后是个逗号,应该改成分号。否则导入时会报错。
The text was updated successfully, but these errors were encountered: