📜  sql 代码示例中的 q 运算符

📅  最后修改于: 2022-03-11 15:05:04.430000             🧑  作者: 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;