meta data for this page
  •  

F-DSQM

function from adhoc

Entrypoint dsqm compatible with UTF-8


Inputs/Outputs

 Input          without	
 Output         CSTRING(2)         2 single-quote-marks CHR(39)

Syntax

  TestSQL
  SELECT 'ABC<2 single quote marks>123' AS ISCORRECT, 'ABC' || F_DSQM() || '123' FROM RDB$DATABASE;