Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Local Views
Message
 
To
15/05/2000 15:35:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00369704
Message ID:
00369784
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform