I created a table, and one of the columns is an address. Then I created a view with the WHERE CONTAINS clause that the select state can only be executed at an address containing a specific word.
Then I created the index of the address column in the source table.
He says the index is created.
When i type
select * from myview
It says
drg-10599: column is not indexed.
Any idea why this is not working?
source share