What is the result of this query?
SELECT 123+'abc' AS Result;
123abc
123'abc'
'123abc'
error
Conversion failed when converting the varchar value 'abc' to data type int.