Help for this page

Select Code to Download


  1. or download this
    SELECT
    ...
    SUBSTR ( REPLACE ( REPLACE ( memo_system_txt, CHR(10), '' ), CHR(13), 
    +'' ), 1, 255 ) AS memo_sys_txt,
    ...
    
  2. or download this
    #!/usr/bin/perl  
    
    ...
    
    close X;
    close F;