sqlcheck icon indicating copy to clipboard operation
sqlcheck copied to clipboard

Index Attribute Order Wrong Detection

Open Umair-Nazim opened this issue 4 years ago • 0 comments

SQLCheck detecting Index Attribute Order on the following Query.

"CREATE INDEX pin_stlmnt_index on d_trans_facts (pin_stlmnt_dt_ser_no) online;"

The Query has only one attribute and this rule is not applicable for this query but SQLCheck detecting this rule as a false positive.

Umair-Nazim avatar May 25 '21 06:05 Umair-Nazim