sql server 字符串用 + 相连

select a+b as  c from table

 

oracle 字符串用 || 相连

select a||b as  c from table

posted on 2013-05-05 16:25  清风暮雨  阅读(327)  评论(0)    收藏  举报