Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting too much rows...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Getting too much rows...
Divers
Thread ID:
00634449
Message ID:
00634449
Vues:
38
Good morning.
I am running a SQL statement that returns too much rows... even if I have a where criteria, it does not take out the records !

There is it.
SELECT calias, count(calias) as ncount, coption FROM curpos2 where alltrim(curpos2.coption)='O' GROUP BY calias, coption INTO CURSOR curtmpstock

I get this :
CALIAS, NCOUNT, COPTION
"AMNG" 2 empty
"AMNG" 3 "O"
"AOL" 2 empty
"AOL" 5 "O"

Why does this SQL statement keep the empty COPTION ?

I am using VFP7 SP1.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform