select 'a'||'b'||'c' from SYSIBM.SYSDUMMY1
select 'a' concat 'b' concat 'c' from SYSIBM.SYSDUMMY1
select concat(concat('a','b'),'c') from SYSIBM.SYSDUMMY1
select 'a'||'b'||'c' from SYSIBM.SYSDUMMY1
select 'a' concat 'b' concat 'c' from SYSIBM.SYSDUMMY1
select concat(concat('a','b'),'c') from SYSIBM.SYSDUMMY1
2002

被折叠的 条评论
为什么被折叠?