数据库已经成功的建立了uchome_app_jinwu表,但还是错误
MySQL Error
Message: MySQL Query Error
SQL: SELECT uid,score FROM uchome_app_jinwu ORDER BY score DESC,gtime ASC
Error: Table 'xstyuyty_com.u ...
xshell 发表于 2009-2-5 15:23
导入下面的数据库就可以了。
CREATE TABLE `uchome_app_jinwu` (
`id` int(10) unsigned NOT NULL auto_increment,
`type` enum('single','double') character set gbk collate gbk_bin NOT NULL default 'single',
`uid` int(11) NOT NULL,
`score` int(8) NOT NULL,
`gtime` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk; |