首页 > 试题广场 >

以下索引失效的场景是?

[单选题]
以下索引失效的场景是?
  • WHERE indexed_field LIKE 'prefix%'
  • WHERE ABS(indexed_field) = 10
  • WHERE indexed_field BETWEEN 10 AND 100
  • WHERE indexed_field IN (1,2,3)
  • 数据库索引存储的是字段的原始值

  • ABS(indexed_field) 是对字段值进行函数计算

  • 索引无法直接用于函数计算后的结果

发表于 今天 11:00:59 回复(0)