Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you use CASE statement in SELECT clause
Message
De
29/01/2009 08:24:19
 
 
À
28/01/2009 20:07:36
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01377873
Message ID:
01378052
Vues:
24
>>Can you use a CASE statement in a VFP query (similar to SQL Server)? If not, what is the best way to populate a field if it is empty when running a query? I want it to have something like 'View Record' if the field is empty or the field value if there is something in the field. Hopefully this makes sense. Thanks.
>>
>>Doug
>
>Isn't there a function like EVL()? I don't have Visual FoxPro handy right now, but that should be simpler than an IIF(). I think it would be similar to NVL(). (When you do an outer join, the records from one table that have no match in the other table have null fields for the other table.)
>

Yes, EVL() is a way to avoid empty values. Do be warned that, unlike IIF(), it evaluates _all_ its parameters. I got burned in a case where I was calling a function as the second parameter, and couldn't understand why it was being called even when the first parameter wasn't empty.

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform