单引号的转义

--丹壹号转义
select 'HELLO WORLD' from dual;
select 'HELLO''WORLD' from dual;
select 'HELLO''''WORLD' from dual;

单引号的转义

单引号的转义

单引号的转义

 

相关文章: