Help for this page

Select Code to Download


  1. or download this
    use utf8;
    use strict;
    ...
    }
    print "----------\n";
    $sth2->finish;
    
  2. or download this
    -- Find the table number(s) that have the codes you wish to decode
    SELECT table_number
    ...
     WHERE note LIKE ?
       AND global_section_name LIKE ?
     ORDER BY global_section_name
    
  3. or download this
    -- List all the codes
    SELECT table_number
    ...
      FROM rdb_main.dk_lov_detail_rec
     WHERE table_number IN (LIST_OF_LOV_TABLE_NUMBERS:?)
     ORDER BY table_number, note