回 帖 发 新 帖 刷新版面

主题:我的SQL语句哪错了???--创建表

$sql="create table xinwen(
id int(10) not null auto_increment,
title varchar(20) not null,
neirong text not null,
fabushijian datetime,
faburen char(10),
shenhe char(10),
shenheshijian datetime,
shenheren char(10),
leibie char(20),
liulancishu char(10),
tupian varchar(10),
beiyong varchar(10),
primary key(id))";
请各位大虾 帮忙检查下 看是不是我的SQL语句输错了

回复列表 (共5个回复)

沙发


应该使用{}
这对大括号,而不是();[em10]

板凳


补充一下:create table xinwen{
。。。。。。。。。。。。。。
}

3 楼


[em8]不好意思上述说错了,经我使用,发现只要将末尾的“;”提到两个“)”的中间就可以了。

4 楼

在sqlserver 里面 id int(10) not null 应当改为:
                id int not null

5 楼

[quote]
[em8]不好意思上述说错了,经我使用,发现只要将末尾的“;”提到两个“)”的中间就可以了。[/quote]
[em2]赞同!

我来回复

您尚未登录,请登录后再回复。点此登录或注册