Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd SELECT result
Message
From
27/09/2002 11:23:34
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00705231
Message ID:
00705248
Views:
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform