Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something like !==
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Something like !==
Divers
Thread ID:
00811797
Message ID:
00811797
Vues:
42
I have a table with this records:
cod_cuenta (c(20)) Nombre_cuenta (c(50))
1 ACTIVOS
10 ACTIVOS CORRIENTES
11 OTROS ACTIVOS
2 PASIVO
3 CAPITAL

IF i make a select like this:
SELECT * FROM catalogo WHERE alltrim(cod_cuenta) <> "1"
Ignore all records that begin with "1", is there a way to ignore only record where cod_cuenta = "1". I want to make a exact search like when using ==.
Dominican Republic, a Paradise in America
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform