Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Select SQL
Divers
Thread ID:
00099059
Message ID:
00099059
Vues:
47
If I have a table that stores information about my lookup tables as follows

tblname,fldname1,fldname2

so one record would be

state,code,desc

My query to get all of the records out of states is as follows


field1 = lookups.fldname1
field2 = lookups.fldname2

select &field1,;
&field2;
from (lookups.tblname) into cursor qry

This works fine, but how can I still run this qry if the value of field2 is empty?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform