Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data on the WEB - best way to organize
Message
 
 
To
05/02/2003 14:47:28
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00749322
Message ID:
00749520
Views:
32
>Nadya,
>
>I wish you well in this...

Thanks. How to translate:
SELECT MainInfo.*, ;
sum(iif(MainInfo.Category = "1",1,0)) as Category1Count, ;
sum(iif(MainInfo.Category = "2",1,0)) as Category2Count ;
from MainInfo inner join NamesInfo ;
on MainInfo.CrediID = NamesInfo.CrediID ;
where MainInfo.ccode = "01" and ;
MainInfo.town in (select Town from SelectedTowns) ;
and NamesInfo.LastName like ?NameInput ;
group by MainInfo.CredID into cursor curResult
into SQL server select command?

(If I'm going to use my data model)
>
>>>Does this mean you will be staying with your current employer longer than originally anticipated?
>>>Tracy
>>>
>>They gave me a one month trial period as a WEB developer. If my performance is not going to be adequate, my eployment here will be terminated...
>>
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