Commit 93f70d7
authored
Fix a technichal issue about filtered indexes
For a query to benefit from a filtered index, the 'WHERE' cluase of it should be a subset of the 'WHERE' cluase of the filtered index. The documentation explains it contrariwise.1 parent b56a56e commit 93f70d7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments