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:
00705286
Views:
8
>>In the Help it says
>>"" = "ab"  is no match
>>Is this not my case (comparing an empty string to something)?
>
>It's not true for queries because comparison in queries is controlled by SET ANSI not SET EXACT. So in query
"" = "ab"
>*is the same as
>"ab" = ""
and both return True. See SET ANSI topic in the help for details.

So in a Select statement comparing a string to a memo field will return matching memos and all empty memos. Is that correct?
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform