Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter Records
Message
From
06/02/2013 03:41:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Filter Records
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01565243
Message ID:
01565243
Views:
55
Hi,

How can I filter records city-wise through the following select statement:


Select simain.sino, ;
simain.invdate, ;
simain.pcode, ;
simain.location, ;
sisub.icode, ;
sisub.qntymaj, ;
sisub.qntymin, ;
sisub.ratemaj, ;
sisub.ratemin ;
FROM simain, sisub ;
WHERE simain.sino = sisub.sino ;
Into Cursor tmpsi ;
ORDER By simain.sino Readwrite

Alter Table tmpsi Add Column City c(52) Null



And, I have a table name location which has the following fields:


1. pcode c(8)
2. Location c(52)
3. City c(52)
4. country c(52)



How can I join location with tmpSi based on pcode. Please note that one pcode (Customer code) can consist of multiple cities and if I want to filter the sales record with city like City='Dubai'. How can I do so? Please reply!
Next
Reply
Map
View

Click here to load this message in the networking platform