Subject Re: [firebird-support] Indexed Views
Author Helen Borrie
At 11:24 PM 20/12/2004 +0000, you wrote:


>Does firebird support the Oracle / SQL Server idea of indexed views?
>If so how?

If you are talking about "materialized views" then No. A regular view will
use the table indexes if the underlying SELECT specification would use them.

./hb