Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql syntax
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Sql syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00995835
Message ID:
00995835
Views:
53
HI all,


I have a table employee.dbf Where

NOM C(20)
IID (I)
gmemo M
Mycondit L

I should like a query for a mover ( listBox ) :

All names which mycondit = .T. AND Name are included in gmemo.

something like ....
SELECT IIF( Nom $ ( select gmemo FROM employee ) ,  "\" , " " ) + Nom , iid
From Emplyee INTO ARRAY TaFulllist....
Thank in advance

bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform