Invisible WHERE clause! Definitely Index FFS.Originally posted by anupamasuresh
Hi all,
I have a table with composite primary key. The query I have has where clause which includes some columns of composite key .
Query is: SELECT DISTINCT (Key1),Key2
FROM Table1




Reply With Quote