Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL-Select Bug?
Message
From
08/12/2000 15:50:38
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00450933
Message ID:
00450968
Views:
32
>I think you'd have to do something like this:
>
>select customer, sum(invoices) from ;
>(select Customer, count(InvNum) as Invoices;
> from ActiveInvoices;
> group by Customer;
>union select Customer, count(InvNum) as Invoices;
> from HistInvoices;
> group by Customer;
> order by Customer)
>group by customer

That type of query is not supported in VFP. It would be cool if it did, though.
What would that work in? I tried it in SQL 7 and it didn't work either.
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform