oracle 字符串拼接时显示 ‘’ 单引号 嵌套 2025-04-12Oracle / RAC 如下例所显示(左三右一) select 'abcd '''||'abd'||'''abcd' as res from dual; 结果为 abcd'abd'abd