摘要:
mysql中每个表都有一个聚簇索引(clustered index ),除此之外的表上的每个非聚簇索引都是二级索引,又叫辅助索引(secondary indexes)。以InnoDB来说,每个InnoDB表具有一个特殊的索引称为聚集索引。如果您的表上定义有主键,该主键索引是聚集索引。如果你不定义为您... 阅读全文
posted @ 2014-09-12 14:44
一束光
阅读(918)
评论(0)
推荐(0)
摘要:
Mysql中的count()与sum()区别首先创建个表说明问题CREATE TABLE `result` ( `name` varchar(20) default NULL, `subject` varchar(20) default NULL, `score` tinyint(4) defaul... 阅读全文
posted @ 2014-09-12 10:44
一束光
阅读(6662)
评论(0)
推荐(1)

浙公网安备 33010602011771号