Help for this page

Select Code to Download


  1. or download this
    my $rs = $sth->fetchall_arrayref({});
    
  2. or download this
    ...
    my $sql  = "select id, account_number, CONVERT(VARCHAR(10),date,101) a
    +s date
    ...
    
    my $results = $self->_all_data($sql, \@columns);
    ...