sqlcheck
sqlcheck copied to clipboard
Index Attribute Order Wrong Detection
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.