#聚合索引

相关标签
mysql aspectjweaver arm linux insertinto pdflib sqlparameter PathInfo OutputDebugString backgroundcolor fontfamily bibliographystyle backgroundimage element.style nextsibling postgresql.conf borderradius TinyXML Mutex_lock removeClass borderStyle

mysql中聚合索引怎么设置

2021-03-17 19:27:05

在mysql中设置聚合索引的方法:1.命令行启动mysql服务;2.登录mysql;3.进入数据库;4.执行“ALTER TABLE `表名` ADD INDEX (`索引1` ,`索引2`) ;”命...

0