q operator in oracle

Solutions on MaxInterview for q operator in oracle by the best coders in the world

showing results for - "q operator in oracle"
Gabriele
27 Jul 2017
1q'{something_something}'
2
3usage:
4select q'{here i'm gonna use all kinds of characters "'" included}' from dual;
5select q'[i can delimitate this field with a lot of characters]' from dual;
6select q'wincluding letters! that's amazingw' from dual;