這個段sql語言哪裡錯了

時間 2022-04-19 11:10:12

1樓:匿名使用者

沒什麼太大錯誤,估計你是自己手打的,所有欄位名上不是單引號,是上邊數字鍵1左邊的那個小點。

create table o2o_category(

`id` int(11) unsigned not null auto_increment,

`name` varchar(50) not null default '',

`parent_id` int(10)unsigned not null default 0,

`listorder` int(8) unsigned not null default 0,

`statu` tinyint(1) not null default 0,

`create_time` int(11) unsigned not null default 0,

`update_time` int(11) unsigned not null default 0,

primary key (`id`),

key parent_id(`parent_id`)

)engine=innodb auto_increment=1 default charset=utf8;

這樣複製一下。

2樓:匿名使用者

建立id name那個地方有錯誤,可能第三行後面那個雙引號

C語言,哪裡錯了,c語言,哪錯了?

printf maxmum d,z 這裡有問題,其他的地方沒什麼 一般來說建議子函式在main前面寫 這樣就可以不用宣告瞭scanf d d x,y 這裡建議多個資料同時輸入的時候用空格或者逗號隔開,輸入時對應 printf maxmum d,z 你的這句缺半個引號和分號。建議你這樣改 includ...

急!這個程序哪裡出錯了,急!這個程式哪裡出錯了

這個是我幫你改的 include void main mm 100 int k 1 printf 人數n scanf d n for i 0 iprintf 學號 姓名 成績 n for i 0 ifor i 0 i for i 1 i printf 平均成績 f n x n include voi...

c語言,請問這道題哪裡錯了檔案的的資料讀入的不對

p本來就是一個指標了,用fscanf讀資料的時候直接用p 就可以了,輸出的時候也一樣。輸出寫錯了,printf後面的 p這個 去掉。c語言請問這道題哪錯了?執行的不對。fxput 函式中 printf d pd i 改成 pd i c語言,幫看看錯哪了,輸入一個就對,輸入幾組資料答案不對了,1的個數...