Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Available Indices in remote tables
Message
De
16/08/2002 07:04:42
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00689924
Message ID:
00690283
Vues:
38
Thanks, Larry!

It worked well and solved my problem. All I have to do now is to get all "column_name"s for each "index_name" to get its index expression.

Regards,

Fernando

>Fernando,
>Join it with ALL_IND_COLUMNS (another view):
select a.index_name, b.* from all_indexes a, all_ind_columns b 
   where a.index_name = b.index_name and upper(a.table_name) = 'MYTABLE'
>You may have to join the two views on table_name as well if you have indexes with the same name on multiple tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform