Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Odd SELECT result
Message
 
À
27/09/2002 11:23:34
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00705231
Message ID:
00705250
Vues:
9
>>Hi all,
>>
>>Could someone please tell me what I'm doing wrong with this select statement.
>>
>>Select * from Exhibit where Lower(cWorkTitle)="te"
>>
>>This correctly gets all the exhibits with a cWorkTitle starting with "te" but it also get any records that have a blank cWorkTitle, why should that be?
>>cWorkTitle is a Memo field is that significant?
>
>Caroline, since cWorkTitle is a Memo, perhaps you should try code like
Select * from Exhibit where Lower(LEFT(cWorkTitle, 2))="te"
Is that any better?

Nope that still includes all the empty ones!
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform