Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying view problem
Message
From
18/11/1998 17:17:19
 
 
To
18/11/1998 16:30:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00158938
Message ID:
00159031
Views:
33
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform