sql - Concatenate a Varchar and int -


this question has answer here:

i need concatenate varchar , int in t-sql , !

select ('varvalue' + cast(32 varchar)) 

Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -