zhouzangood

 

sql server 字符串用 + 相连

select a+b as  c from table

 

oracle 字符串用 || 相连

select a||b as  c from table

分类:

技术点:

相关文章: