Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Speed difference
Message
De
04/03/2004 16:39:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Speed difference
Divers
Thread ID:
00883280
Message ID:
00883280
Vues:
45
Hi All,

Is one slower than the other?
Select * from Table Where Field1="1" And (Field2="2" or Field2="3")
Select * from Table Where (Field1="1" And Field2="2") or ;
                          (Field1="1" And Field2="3")
I'm creating a simple query builder type form and the later will be easier to load from a table. Just wanted to know if I should expect a speed difference.

Aloha,

James
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform