Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Duplicate macro in the where clause
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Duplicate macro in the where clause
Divers
Thread ID:
00883567
Message ID:
00883567
Vues:
42
How would I duplicate making a portion of the where clause of a procedure change depending upon what value was passed to th procedure? In vfp I could use the macro substitution and do the following:

If empty(x)
whereclause = ' .t.'
else
whereclause = ' x = y'
endif

select * from tablea where b=c and &whereclause

How would I duplicate this in my stored procedure with out making the select statement twice?

Thanks in advance
Kelly
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform