Mssql语法问题,消息 156,级别 15,状态 1,第 6 行 关键字 'Create' 附近有语法错误。求指导,谢谢

use [SHDB_ACCOUNT]
Create Table [dbo].[content](
id [int] IDENTITY(1,1) NOT NULL primary key,
content [text] NOT NULL
)
insert into content values
Create Table [dbo].[extSys](
id [int] IDENTITY(1,1) Not Null primary key,
tid [int] not null,
crystal [varchar](50) not null,
ip [varchar](50) not null
)
use [SHDB_ACCOUNT]
ALTER TABLE dbo.baseinfo_pass ADD CRYSTAL int NOT NULL DEFAULT 0,DIAMOND int NOT NULL DEFAULT 0
use [SHDB_KF]
ALTER TABLE dbo.CharInfo ADD totalLevel int NOT NULL DEFAULT 0,COLTime int NOT NULL DEFAULT 0,reincarnattion int NOT NULL DEFAULT 0
ALTER TABLE dbo.PetInfo ADD totalLevel int NOT NULL DEFAULT 0,reincarnattion int NOT NULL DEFAULT 0

把  insert into content values 去掉

追问

去掉后,提示消息 2714,级别 16,状态 6,第 2 行
数据库中已存在名为 'content' 的对象。

温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜