Subject CAST, CONVERT etc...
Author d_dude_2003
Hi there guys,

I need to convert INTEGER to the string, so how should i use
CAST function or CONVERT...Lets say i call CAST(MyValue AS VARCHAR
(3))..What it will return for MyValue = 10?

Do i need to use CONVERT? I dont want any leading or trailing
zeroes/spaces...

Thank you.