Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple select that doesn't work..
Message
De
30/11/2006 18:39:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
30/11/2006 18:37:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01173935
Message ID:
01173937
Vues:
7
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform