Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
T-SQL logic
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
01373545
Message ID:
01373552
Vues:
13
>Thank you Sergey. This does exactly what I need.
>
you're welcome and I think you can simplify it alittle bit
IF @IntNumber % 100 = 0 
	SELECT CAST(@InputNuber AS int)
ELSE
	SELECT @IntNumber
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform