index on a view

From: cmarano (cmarano_at_libero.it)
Date: 02/17/05


Date: Thu, 17 Feb 2005 15:48:06 GMT

Hello,
I have a table (TAB) and A View with alias (VIEW)

Table cod varchar 3
                  descr carchar 60

my view cod alias COd1
                descr alias DES

Now i need a index on view with key COD1

I can't create it.

Can you help me

Carlo