Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select - SQL & memo fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00823460
Message ID:
00824191
Vues:
31
Which leads me to the final question...

What's the best way to SELECT - SQL when dealing with memo fields in the WHERE when considering optimization

SELECT * FROM MyTable WHERE !EMPTY(MyMemoField) AND MyMemoField='test'
or
SELECT * FROM MyTable WHERE MyMemoField='test' AND !EMPTY(MyMemoField)
or
SELECT * FROM MyTable WHERE !BLANK(MyMemoField) AND MyMemoField='test'
or
SELECT * FROM MyTable WHERE MyMemoField='test' AND !BLANK(MyMemoField)
Brandon Harker
Sebae Data Solutions
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform