Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the data from one SQL
Message
From
17/11/2005 20:40:46
 
 
To
17/11/2005 18:57:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01070001
Message ID:
01070045
Views:
17
>
>SELECT Master.Numero,Master.FirstName,Master.LastName,'MasterType.Title_A,MasterType.Title_F,Master.Bio_A,Master.Bio_F,;
> UPPER(Master.LastName) AS LastName2,UPPER(Master.FirstName) AS FirstName2;
> FROM Master;
> INNER JOIN MasterType ON Master.NoMasterT=MasterType.Numero;
> WHERE Master.Numero IN (SELECT NoMaster FROM Style);
>    OR Master.Numero IN (SELECT NoMaster2 FROM Style);
>ORDER BY LastName2,FirstName2
>
Thanks, this works well.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform