Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query Not Working
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01406608
Message ID:
01406638
Vues:
33
>Kevin,
>
>Try using the COALESCE(...) function instead because it can accept more than two parameters.
>
>
>COALESCE(r.Status,'') = COALESCE(@Status,r.Status,'')
>
>
>Hope this helps.
>Kurt
>

Kurt,

Using COALESCE(r.Status,' ') will make this query non-surgable.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform