F_DQM

<< F_SPACE | IBExpert UDF Functions | F_SQM >>

F_DQM

 
  • function from adhoc
  • Compatible with UTF-8
  • Input without
  • Output VARCHAR(2) doube-quote-mark CHR(34)

Example

 SELECT 'ABC"123' AS ISCORRECT, 'ABC' || F_DQM() || '123' FROM RDB$DATABASE;

Expected results:

 ISCORRECT CONCATENATION
 ========= =============
 ABC"123   ABC"123

back to top of page
<< F_SPACE | IBExpert UDF Functions | F_SQM >>