rspec/rules/S1739/tsql/rule.adoc

4 lines
190 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
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[]