Subject Re: How to create Indexes in Firebird?
Author Svein Erling
Hi Everson,
this list is for questions regarding Interbase Objects. Questions
regarding Firebird should be asked at firebird-support@yahoogroups.
com. If you prefer a Portuguese newsgroup (I found it difficult to
understand your question), I think www.firebase.com.br is very good.

HTH,
Set

--- In IBObjects@yahoogroups.com, Everson wrote:
> Hello,
>
> Would he/she like to know how to create Indexes in the database
> Firebird and with applying this index in a SQL to return the data of
> a register of customers?
>
> TABLE_CLIENTES
> == == == == == == ==
> COD_CLI Integer;
> NOME_CLI VarChar(40)
> FONE_CLI Char(10)
>
> I await the friends' help.
>
> Everson