创建高新能的索引策略
(1)独立的列:索引 不能是表达式的一部分,也不能是函数的参数。
eg:mysql>SELECT actor_id from actor where actor_id-1=4;【索引actor_id,正确写法:actor_id=5;】eg:mys
(1)独立的列:索引 不能是表达式的一部分,也不能是函数的参数。
eg:mysql>SELECT actor_id from actor where actor_id-1=4;【索引actor_id,正确写法:actor_id=5;】eg:mys