Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple select that doesn't work..
Message
From
30/11/2006 18:39:59
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/11/2006 18:37:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01173935
Message ID:
01173937
Views:
6
>Now I'm lost. :(
>
>Why is it that R, R1, R2 is selected when I do "select * from table where ckey="R".. ")
>
>???

Evelyn,
With default "set ansi off":

"John" = "J"
"John" = "Jo"
etc. IOW it means begins with. To fix the issue use == instead of =.
select * from table where ckey=="R" ...
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform