H
haiwen
hello, everyone:
we can concate two strings when changing column name, such
as: select firstname +' ' + lastname as name from user;
but how can I concate two intergers(treat them as strings)?
when I use +, I alway get the result of addition.
Thanks
haiwen
we can concate two strings when changing column name, such
as: select firstname +' ' + lastname as name from user;
but how can I concate two intergers(treat them as strings)?
when I use +, I alway get the result of addition.
Thanks
haiwen