index issue
Let's say I have a table with 4,500,000 rows. I would like to create an index on column x. In 4,300,000 rows of the table, the value of column x is 0 while the remaining 200,000 have a value. Would I have a problem with this index and if yest what type of problem?
0