Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Useing the RIGHT() command
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Useing the RIGHT() command
Miscellaneous
Thread ID:
00663045
Message ID:
00663045
Views:
41
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
Next
Reply
Map
View

Click here to load this message in the networking platform