Create a conditional index
Can I create a conditional index.
For example, if column 1 is not null, create an index on column 1, column 2 and column 3.
If column is null, i do not want to create an index.
In the above example, data can from 2 sources; when column 1 is populated I know the source of the data so creating an index would be beneficial.
Thanks