Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
17/05/2007 13:11:27
 
 
À
17/05/2007 13:06:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01226415
Message ID:
01226428
Vues:
21
>yes its logical , maybe i gave a bad explation. the thing is, an account can be like broker and client or all of them. so if i do select blablab from tb_account where tr_intclient = .t. and tr_intbroker = .t., i will only those one who is client and broker. the thing i want to do is i want to get all the client, all the broker and the who are the two . do you understand what i want ? sorry but today i dont know how to explain myself :)

or logic
select blablab from tb_account where tr_intclient OR tr_intbroker
select blablab from tb_account where .t. in (tr_intclient,tr_intbroker,tr_...,tr_...)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform