rspec/rules/S1739/tsql/rule.adoc

4 lines
199 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
When the value of a <code>LIKE</code> clause starts with '%', '[...]' or '_', indexes on the searched column are ignored, and a full table scan is performed instead.
include::../noncompliant.adoc[]