F_LF

<< F_CRLF | IBExpert UDF Functions | F_SPACE >>

F_LF

 
  • function from adhoc
  • compatible with UTF-8
  • input without
  • output VARCHAR(2) linefeed - produce the indications CHR(10) identical to F_CHARACTER(10)

Example

  SELECT 'ABC' || F_LF() || '123' FROM RDB$DATABASE;

Expected results:

 CONCATENATION
 =============
 ABC
 123

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