meta data for this page
  •  

F-SQM

function from adhoc

Entrypoints sqm compatible with UTF-8


Inputs/Outputs

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

Syntax

  Identically to F_CHARACTER(39).
  TestSQL
  SELECT 'ABC<einfaches Hochkoma>123' AS ISCORRECT, 'ABC' || F_SQM() || '123' FROM RDB$DATABASE;