修改id为自动增长: alter table book b_ISBN int(11) auto_increment;
基本的sql语句:
选择:select * from table where 范围
mysql 建表语句
原文:http://www.cnblogs.com/nucdy/p/5003106.html