Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Local Views
Message
 
À
15/05/2000 15:35:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00369704
Message ID:
00369784
Vues:
16
This is the SELECT Statement as requested.

SELECT Animals.name, Animals.type, Breeds.breed_type, Animals.colour,;
Animals.age,;
IIF(Animals.gender=0,"",IIF(Animals.gender=1,"Male","Female")),;
Animals.size, Animals.date_in, Animals.date_out;
FROM boarder!breeds INNER JOIN boarder!animals ;
ON Breeds.breed_key = Animals.breed_key;
WHERE Animals.client_key = ?vp_client;
ORDER BY Animals.name, Animals.type
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform