例如
T
a       b
------------
abc  cdf

select a||b as c from T;

c
---------------
abccdf

相关文章: