q operator in sql

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

showing results for - "q operator in sql"
Matthias
26 Apr 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;