Subject | CAST, CONVERT etc... |
---|---|
Author | d_dude_2003 |
Post date | 2005-05-23T15:09:01Z |
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.
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.