jarulraj/sqlcheck

Index Attribute Order Wrong Detection

Umair-Nazim opened this issue · 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.