meta data for this page
  •  

F_RC

input/output-compatibility to rFunc ( C, LONGC)

Entrypoint r_c compatible with UTF-8


Inputs/Outputs

 Input       CSTRING(254)     String
 Output      CSTRING(254)     is input-string <null> returns an empty string, either the input-string

Syntax

 TestSQL
 SELECT 'Leerstring/empty string' AS ISCORRECT, F_RC(UUIDCOMPR) FROM UUIDTEST WHERE UUIDTESTID 
 = 5;