Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL
Divers
Thread ID:
00414860
Message ID:
00414860
Vues:
53
HELLO,
What did I do wrong in the following statement it returns no record:
select orders.id, iif(isnull
(clients.name), "Sir/Madam",clients.name) as name ;
from orders,clients ;
where orders.id == clients.order_id ;
into cursor temp
what I am trying to do is if the order has a contact name I will print out the name otherwise just say "sir/madam". thanks.
sherry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform