Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL with iif()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00802439
Message ID:
00802486
Vues:
18
Thanks Sergey,

I'l give that a try. Is there any reason to avoid using iif() in the SQL? I just got in the habit of avoiding that for some reason.

Cris

>You can try to change it as follow
	AND  ( (Customer.cId LIKE ?vp_cCustomerId ) ;
   		OR Customer.cId IS NULL) ;
	AND  ( (LineItem.cwoItemId LIKE ?vp_cwoLineItemId ) ;
		OR  LineItem.cwoItemId IS NULL) ;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform