I want to do this:
update table_1
set col_1='ABC' + rtrim(col_2)
but I get this:
msg 8152
String or binary data would be truncated.
the statement has been terminated.
How can I get around this error?
Thanks! Please visit my WebCam!!
update table_1
set col_1='ABC' + rtrim(col_2)
but I get this:
msg 8152
String or binary data would be truncated.
the statement has been terminated.
How can I get around this error?
Thanks! Please visit my WebCam!!