rspec/rules/S1739/tsql/rule.adoc

4 lines
190 B
Plaintext
Raw Normal View History

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