Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL query w. embedded CASE [var] when NOT working
Message
From
07/10/2003 07:29:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL query w. embedded CASE [var] when NOT working
Miscellaneous
Thread ID:
00835692
Message ID:
00835692
Views:
45
SELECT 'accept' = ;
CASE UPPER(lr_accept) ;
WHEN 'F' THEN 'Full' ;
WHEN 'P' THEN 'Partial' ;
WHEN 'R' THEN 'Rejected' ;
ELSE 'OTHER' ;
END, ;
lr_number, ;
lr_projid ;
FROM DD_Lar


This works just fine in my SQL Server 7 environment (different database, same table schema).

Why does this NOT work in VFP8. What can I use that is similar?

Fred Z.
Don
Next
Reply
Map
View

Click here to load this message in the networking platform