Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
It isn't logical
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00572155
Message ID:
00572204
Vues:
30
Edgar
Good challenge for us!
here is a programatic solution for you

use ster excl
index on isblank(eclrhse) tag eclrhse &&this puts the trues between the falses and the 'blanks'
brow && take a look and see for yourself
go top
copy to false.dbf while eclrhse =.F. && copy off the falses leaving us at the first true
copy to true.dbf while eclrhse =.T. && copy off the true leaving us at the first blank
copy to blank.dbf while eclrhse =.F. && copy off the blanks


this will let you manipulate them separately
whew!
Alek

>Hello UT,
>
>select * from ster where SubStr(sunum,1,1) = "E" .AND. eclrhse == .F.
>
>returns cursor containing "unknown" or "unmarked" records as well.
>(logical not known yet)
>How may I return only records containing marked-logical-False?
Alek Massey
- The only stupid question is one left unasked -
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform