Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Macro substitution in T-SQL
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
VFP Macro substitution in T-SQL
Divers
Thread ID:
00979670
Message ID:
00979670
Vues:
48
What is the equivalent in T-SQL SQL Server to the "&" symbol, VFP macro substitution?.

E.g., I need to do this VFP's example in T-SQL.
lcCond = " name like '%John%' "
SELECT * FROM customers where &lccond
or
lcCond = " invoicenumber > 1056 "
SELECT * FROM invoices where &lccond
How it would be in T-SQL ?

T.I.A.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform