📜  oracle 中的 q 运算符 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:29.445000             🧑  作者: Mango

代码示例1
q'{something_something}'

usage:
select q'{here i'm gonna use all kinds of characters "'" included}' from dual;
select q'[i can delimitate this field with a lot of characters]' from dual;
select q'wincluding letters! that's amazingw' from dual;