Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable in SELECT command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Variable in SELECT command
Divers
Thread ID:
00018551
Message ID:
00018551
Vues:
88
Anybody know the proper syntax for the following SELECT statement, where p_PayeeName is a public variable. As it is now, it isn't searching for the value of the variable.

SELECT payee_code, payee_name;
FROM wc!payee2;
WHERE payee2.payee_name like '%p_PayeeName%';
ORDER BY payee_name
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform