sql查询字段合并效果:
select (cast(COL1 as varchar(40))+'||'+cast(COL2 as varchar(40))) as typesize
 from TableName

相关文章: