摘要: 一、本文说明 由于刚学mysql所以动手做了一些实验。二、实验内容1、验证MyISAM有AUOT_INCREMENT coloumn功能----在这里是对现有表t,增加一个主键----mysql> alter table t add column id1 int not null auto_increment,add primary key(id1);Query OK, 3 rows affected (0.02 sec)Records: 3 Duplicates: 0 Warnings: 0mysql> desc t;+-------+---------+------+----- 阅读全文
posted @ 2013-09-05 14:35 I’m Me! 阅读(417) 评论(0) 推荐(0)