Help for this page

Select Code to Download


  1. or download this
    sub run_cursor {
    
    ...
      }
      $dbh->do("CLOSE csr");
    }
    
  2. or download this
    column1 = 1     column2 = 2008-04-16 00:00:00
    column1 = 2     column2 = 2008-04-15 00:00:00
    ...
    column1 = 23    column2 = 2008-03-25 00:00:00
    column1 = 24    column2 = 2008-03-24 00:00:00
    column1 = 25    column2 = 2008-03-23 00:00:00
    
  3. or download this
    select
      to_char(date_table.backcount,'FMDay'),
    ...
    
    order by date_table.backcount desc