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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -