Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Querying Hive tables using DBD::ODBC

by astroboy (Chaplain)
on Oct 29, 2018 at 03:25 UTC ( [id://1224818]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use DBI;
    ...
    while (my $row = $sth->fetchall_arrayref) {
        say Dumper $row;
    }
    
  2. or download this
    DBD::ODBC::st fetchall_arrayref warning: no select statement currently
    + executing
     at conn.pl line 17.
    
  3. or download this
    $VAR1 = [];
    
    ...
    $VAR1 = [];
    
    $VAR1 = [];
    
  4. or download this
    DBD::ODBC::st fetchall_arrayref warning: no select statement currently
    + executing
     at conn.pl line 17.
    ...
     at conn.pl line 17.
    DBD::ODBC::st fetchall_arrayref warning: no select statement currently
    + executing
     ... repeat forever ....
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1224818]
Approved by marto
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found