Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Useing the RIGHT() command
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Useing the RIGHT() command
Divers
Thread ID:
00663045
Message ID:
00663045
Vues:
42
I am haveing a problem trying to extract files conatining ONLY the following from a field = @NY.COM

I have tried all forms of alltrim(), Right(), etc, but nothing sems to work...

here is my SQL Query code:

SELECT users.username, users.email;
FROM mytable!users;
WHERE alltrim(right(users.email,7)) = "@NY.COM";
GROUP BY users.username

Can anyone advise me where i am going wrong??

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform