Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Odd SELECT result
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00705231
Message ID:
00705293
Views:
9
>
>So in a Select statement comparing a string to a memo field will return matching memos and all empty memos. Is that correct?

Yes. The same would happen if you use ALLTRIM() on the character filed in the query.
... UPPER(ALLTRIM(mycharfield)) = "ABC" ...
will return all records with empty mycharfield in addition to the records that match.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform