Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

q operator in sql

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;
 
PREVIOUS NEXT
Tagged: #operator #sql
ADD COMMENT
Topic
Name
3+5 =