mysql>create database world; //建立库world
mysql>use world; //打开库world
mysql>create table city //建立表city
(ID int(3) not null auto_increment ,
Name char(30) not null default '',
CountryCode char(3) not null default '',
District char(20) not null default '',
Population integer not null default '0',
Primary key ('ID')
); //建表结束
//以下为插入字段
mysql>insert into city values('','Kabul','AFG','Kabol','1780000');
mysql>insert into city values('','Beijing','CHN','Beijing','1780001');
有收益 谢谢 顶一下 作者: huangzhaoji 时间: 2011-4-13 12:55
牛作者: test10942 时间: 2011-11-2 15:50
初学,有了一个大概的了解作者: xiaowang 时间: 2012-7-3 20:31
为什么我到了这一步
1、显示数据库列表
mysql>show databases;
之后就是提示错误呢?错误是,ERROR 1064<42000> You have an error in your SQL syntax; check the manul that correspondnds to your MySQL sever version for the right syntax to use 'database ' at line 1
请高人指点。感激不尽作者: xiaowang 时间: 2012-7-4 08:23
问题解决啦!!作者: 新鲜一小时 时间: 2013-4-5 11:37
太牛了,正好入门作者: 愛罘昰脣語 时间: 2016-1-15 18:16 北京癫痫治疗医院 http://yyk.familydoctor.com.cn/20336/Content_16928.html 北京哪家治疗癫痫病好 http://yyk.familydoctor.com.cn/20336/Content_16929.html 北京治癫痫病医院哪家效果好 http://yyk.familydoctor.com.cn/20336/Content_16930.html 上海癫痫医院哪里好 http://yyk.familydoctor.com.cn/20336/Content_16931.html 广州癫痫病医院哪家好 http://yyk.familydoctor.com.cn/20336/Content_16934.html 广州癫痫病专科医院 http://yyk.familydoctor.com.cn/20336/Content_16935.html 上海癫痫病医院排名 http://yyk.familydoctor.com.cn/20336/Content_16937.html 南京癫痫病医院哪家好 http://yyk.familydoctor.com.cn/20336/Content_16938.html 上海癫痫病最好医院是哪家 http://yyk.familydoctor.com.cn/20336/Content_16939.html 南京癫痫病医院哪里好 http://yyk.familydoctor.com.cn/20336/Content_16940.html