为了账号安全,请及时绑定邮箱和手机立即绑定

帮我看下 创建users表时出错 在什么位置

帮我看下这里怎么错了。

 create users(

    -> id smallint(5) unsigned not null primary key auto_increment,

    -> username varchar(20) not null,

    -> password varchar(32) not null,

    -> age tinyint(3) unsigned not null default 10,

    -> sex tinyint(1) not null default 0

    -> );


正在回答

2 回答

cerate table users(
…………
…………
);
少写了table

0 回复 有任何疑惑可以回复我~
#1

吃牛加体力 提问者

非常感谢!
2017-06-11 回复 有任何疑惑可以回复我~

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'users(

id smallint(5) unsigned not null primary key auto_increment,

username var' at line 1


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
与MySQL的零距离接触
  • 参与学习       396886    人
  • 解答问题       3353    个

本课程涵盖全部MySQL数据库的基础,学习MySQL数据库的基础知识

进入课程

帮我看下 创建users表时出错 在什么位置

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信