Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized view for no parameter?
Message
De
17/02/2004 10:10:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Parameterized view for no parameter?
Divers
Thread ID:
00877929
Message ID:
00877929
Vues:
61
I've got a couple parameterized views that could be reused without the parameter (for reporting purposes). Is it better to create a separate view without the parameter, or is it possible to massage the parameter somehow?

Select * from customer where custid = ?vp_custid

There's another view where the parameter is from a second table, how would I do that?

Select * from customer inner join address on customer.addressid = address.addressid where address.country = ?vp_country
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform