Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count the records
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01310624
Message ID:
01311143
Views:
24
>thanks Naomi your reply,can you expainme what is AddSQL.CatCount. not shoure about addsql. thanks

In VFP9 we can use derived tables, e.g. something like

select * from (select something else from ...) myDerivedTable

or

select * from Table1 inner join (select ...) myAdditionalSQL on ...

So I tried to apply this idea in your situation.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform