Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modifying view problem
Message
 
 
À
18/11/1998 16:30:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00158938
Message ID:
00159031
Vues:
34
Bingo! Thanks John! I guess I need to brush up on my SQL more. Again, thanks again, and again, and again, etc.

>John ---
>
>Whoops. Sorry about the blank...here goes again
>
>CREATE VIEW vSOrders AS ;
>   SELECT orders.*,pubs.pubname,areas.clname,campaign.campaign ;
>     FROM spacead!orders ;
>      INNER JOIN spacead!pubs ON orders.pub_id = pubs.pub_id ;
>      INNER JOIN spacead!aras On orders.areacode = areas.areacode ;
>      LEFT OUTER JOIN spacead!campaign ON orders.campcode = campaigns.campcode ;
>   WHERE Orders.job_no = ?cJobNo ;
>   GROUP BY Orders.job_no
>
It's "my" world. You're just living in it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform